Information about plays

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

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

{
    "id": 2681404,
    "uri": "https://api.kexp.org/v2/plays/2681404/?format=api",
    "airdate": "2020-01-02T23:03:34-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/047ae75b-b4b1-4d20-96b9-00e15b008bf4/24349207648-250.jpg",
    "thumbnail_uri": "",
    "song": "Zither Rhythm 古箏",
    "track_id": "becea11b-f137-40fa-bedb-c59ad979f032",
    "recording_id": null,
    "artist": "Sydney feat. KerensaZither",
    "artist_ids": [
        "c8fc9db9-ed11-4f85-a1b1-5d76b6fb6ea0"
    ],
    "album": "Future Bubblers 3.0",
    "release_id": "047ae75b-b4b1-4d20-96b9-00e15b008bf4",
    "release_group_id": null,
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third instalment in the Future Bubblers compilation series released on October 11th started by Brownswood founder and 6 Music broadcaster Gilles Peterson",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}