Information about plays

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

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

{
    "id": 378361,
    "uri": "https://api.kexp.org/v2/plays/378361/?format=api",
    "airdate": "2019-09-08T13:02:46-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance in the Sunshine",
    "track_id": "ff928e23-09be-4c2d-8fb9-6d75d745b95c",
    "recording_id": null,
    "artist": "Hollie Cook",
    "artist_ids": [
        "806139a2-556b-45d8-bc5e-93e3d898e4ad"
    ],
    "album": "Dance in the Sunshine / Dub in the Sunshine",
    "release_id": "c441a2a9-1cab-4d3b-a040-0d7f33895427",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-09-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from the London reggae singer-songwriter. https://www.youtube.com/watch?v=fRnIIFvBgeE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}