Information about plays

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

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

{
    "id": 369431,
    "uri": "https://api.kexp.org/v2/plays/369431/?format=api",
    "airdate": "2019-08-19T10:52:07-07:00",
    "show": 6160,
    "show_uri": "https://api.kexp.org/v2/shows/6160/?format=api",
    "image_uri": "http://coverartarchive.org/release/656f62d3-9122-425e-99de-88857b417fcb/17914840313-250.jpg",
    "thumbnail_uri": "",
    "song": "Away Away",
    "track_id": "8af8bab8-c3e7-44b1-b2b8-23f481ab7dc1",
    "recording_id": null,
    "artist": "Ibeyi",
    "artist_ids": [
        "a4e3e7ca-87d7-4d5d-8a36-72e5f043e378"
    ],
    "album": "Ash",
    "release_id": "656f62d3-9122-425e-99de-88857b417fcb",
    "release_group_id": null,
    "labels": [
        "XL Records"
    ],
    "label_ids": [
        "8ef94814-0570-474d-8bc3-9a3d0ff30c73"
    ],
    "release_date": "2017-09-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't miss Live Video from Ibeyi's 2017 KEXP In-Studio: https://bit.ly/2ZhIsBX.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}