Information about plays

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

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

{
    "id": 369126,
    "uri": "https://api.kexp.org/v2/plays/369126/?format=api",
    "airdate": "2019-08-18T14:06:50-07:00",
    "show": 6153,
    "show_uri": "https://api.kexp.org/v2/shows/6153/?format=api",
    "image_uri": "http://coverartarchive.org/release/4fe19df0-80e6-4f91-b8bc-b9cd1a8c2d30/23740978257-250.jpg",
    "thumbnail_uri": "",
    "song": "Jump In, The Water's Fine",
    "track_id": "66b2f109-4fcf-482d-a227-fe8056f56e00",
    "recording_id": null,
    "artist": "The Wedding Present",
    "artist_ids": [
        "707622da-475f-48e1-905d-248718df6521"
    ],
    "album": "Jump In, The Water's Fine",
    "release_id": "4fe19df0-80e6-4f91-b8bc-b9cd1a8c2d30",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-02",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from Gedge, their first new music since 2017. https://scopitones.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}