Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/368763/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 368763,
    "uri": "https://api.kexp.org/v2/plays/368763/?format=api",
    "airdate": "2019-08-17T17:27:52-07:00",
    "show": 6145,
    "show_uri": "https://api.kexp.org/v2/shows/6145/?format=api",
    "image_uri": "http://coverartarchive.org/release/cd5653ed-13a0-334b-95c3-f4eedf4e7d41/17390054595-250.jpg",
    "thumbnail_uri": "",
    "song": "It's Tricky",
    "track_id": "ef660aae-341b-3835-8677-8f7bfe9c69ae",
    "recording_id": null,
    "artist": "Run‐D.M.C.",
    "artist_ids": [
        "5ecc3f72-20a6-47a0-8dc5-fb0b3dadeea0"
    ],
    "album": "Ultimate Run DMC",
    "release_id": "cd5653ed-13a0-334b-95c3-f4eedf4e7d41",
    "release_group_id": null,
    "labels": [
        "BMG JAPAN"
    ],
    "label_ids": [
        "3dd26d3b-7b24-4b84-a957-b43cffb0f1b6"
    ],
    "release_date": "2003-11-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Run DMC sampled The Knack's \"My Sharona\" for this song. Then, twenty years later, The Knack sued them for it. - https://www.rollingstone.com/music/music-news/the-knack-sue-run-dmc-over-its-tricky-riff-101313/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}