Information about plays

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

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

{
    "id": 2670954,
    "uri": "https://api.kexp.org/v2/plays/2670954/?format=api",
    "airdate": "2019-12-09T11:19:57-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "https://coverartarchive.org/release/083b85ec-6ac7-41f2-85fa-219b4a772696/20812857936-250.jpg",
    "thumbnail_uri": "",
    "song": "Work It",
    "track_id": "925d0b2c-61d5-4743-8db2-f39feb7ce680",
    "recording_id": null,
    "artist": "Marie Davidson",
    "artist_ids": [
        "5e864744-89b6-4da8-b463-3ed601c22d8c"
    ],
    "album": "Working Class Woman",
    "release_id": "083b85ec-6ac7-41f2-85fa-219b4a772696",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Working Class Woman is the fourth solo studio album by Marie Davidson. It was released on Ninja Tune on the  5th of October 2018. <br> <br> In Working \n Woman, producer  Marie Davidson explores the claustrophobic interior life of the club. Read more here: https://bit.ly/2PwEHWq",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}