Information about plays

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

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

{
    "id": 2679337,
    "uri": "https://api.kexp.org/v2/plays/2679337/?format=api",
    "airdate": "2019-12-28T23:08:42-08:00",
    "show": 46245,
    "show_uri": "https://api.kexp.org/v2/shows/46245/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd21fe62-8583-3aa7-894e-588c22cb3e27/22496383478-250.jpg",
    "thumbnail_uri": "",
    "song": "Anarchy in the U.K.",
    "track_id": "671ec09d-073d-3270-9ef9-8b6be2129045",
    "recording_id": null,
    "artist": "Sex Pistols",
    "artist_ids": [
        "e5db18cb-4b1f-496d-a308-548b611090d3"
    ],
    "album": "The Great Rock ’n’ Roll Swindle",
    "release_id": "cd21fe62-8583-3aa7-894e-588c22cb3e27",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}