Information about plays

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

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

{
    "id": 2678393,
    "uri": "https://api.kexp.org/v2/plays/2678393/?format=api",
    "airdate": "2019-12-26T13:52:25-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "https://coverartarchive.org/release/690f6b48-1ca7-4ca8-a325-c8c6a8ba5732/9636353206-250.jpg",
    "thumbnail_uri": "",
    "song": "Gwai on 45 (Arab Strap remix)",
    "track_id": "e01ddea2-411f-33ce-acb7-63e35ee4c897",
    "recording_id": null,
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "Kicking a Dead Pig: Mogwai Songs Remixed",
    "release_id": "690f6b48-1ca7-4ca8-a325-c8c6a8ba5732",
    "release_group_id": null,
    "labels": [
        "Jetset Records"
    ],
    "label_ids": [
        "859b0293-fd12-429e-af4e-0c253a86583d"
    ],
    "release_date": "1998-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can find this Mogwai's \"Gwai on 45\" (Arab Strap Remix) here: https://spoti.fi/2QlzYr5 <br> <br> Thanks for listening. Riz out.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}