Information about plays

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

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

{
    "id": 2683160,
    "uri": "https://api.kexp.org/v2/plays/2683160/?format=api",
    "airdate": "2020-01-07T07:18:44-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/36b69931-add2-4409-8d7a-939f277223f2/7183720847-250.jpg",
    "thumbnail_uri": "",
    "song": "Waitress Song",
    "track_id": "4c18b16f-0222-45b6-9fb6-784e449df0b3",
    "recording_id": null,
    "artist": "First Aid Kit",
    "artist_ids": [
        "373faa02-74d7-4b1d-9b47-7574ad510f8d"
    ],
    "album": "Stay Gold",
    "release_id": "36b69931-add2-4409-8d7a-939f277223f2",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2014-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First Aid Kit performed \"Waitress Song\" live in the KEXP studio on November 15, 2014.  See it here:  https://bit.ly/2QQ8ESa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}