Information about plays

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

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

{
    "id": 2682692,
    "uri": "https://api.kexp.org/v2/plays/2682692/?format=api",
    "airdate": "2020-01-06T03:38:04-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd3ca3d6-8f45-494f-8249-1af38eafbd40/14428045036-250.jpg",
    "thumbnail_uri": "",
    "song": "Captive of the Sun",
    "track_id": "3366322a-1649-4b50-bc80-24e7c7c493c7",
    "recording_id": null,
    "artist": "Parquet Courts",
    "artist_ids": [
        "e01755e3-58ab-4a5b-a9e9-a0a3bd3dff4c"
    ],
    "album": "Human Performance",
    "release_id": "cd3ca3d6-8f45-494f-8249-1af38eafbd40",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2016-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}