Information about plays

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

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

{
    "id": 375528,
    "uri": "https://api.kexp.org/v2/plays/375528/?format=api",
    "airdate": "2019-09-02T07:36:54-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Die Young",
    "track_id": "33dff549-8321-4e29-bb35-058f8fead1d0",
    "recording_id": null,
    "artist": "Sylvan Esso",
    "artist_ids": [
        "c4593b34-2a94-4e44-ae10-4a0f4c0b4da8"
    ],
    "album": "What Now",
    "release_id": "5ec8a0f6-d3e8-4c98-a453-e12f20b193d9",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2017-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Best request ever. http://www.sylvanesso.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}