Information about plays

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

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

{
    "id": 342935,
    "uri": "https://api.kexp.org/v2/plays/342935/?format=api",
    "airdate": "2019-06-18T11:54:58-07:00",
    "show": 5719,
    "show_uri": "https://api.kexp.org/v2/shows/5719/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If 6 Was 9",
    "track_id": "a0702d9d-46a1-307c-b079-507c7f6eb2b4",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Axis: Bold as Love",
    "release_id": "06c00d7f-f4f3-3909-9911-0774030d21ff",
    "release_group_id": null,
    "labels": [
        "Experience Hendrix"
    ],
    "label_ids": [
        "5677c51a-a6d3-4ce6-abab-d9699c46f5f4"
    ],
    "release_date": "1997-04-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"'Axis: Bold as Love,' recorded in a month during the summer of 1967, is widely regarded as Hendrix’s masterpiece, and at the centre of it all is If 6 Was 9, a hippy anthem a little more caustic than those his contemporaries were recording at the time.\"  Read a discussion of 10 of Hendix's best:  https://www.theguardian.com/music/musicblog/2017/mar/15/jimi-hendrix-10-of-the-best",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}