Information about plays

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

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

{
    "id": 373898,
    "uri": "https://api.kexp.org/v2/plays/373898/?format=api",
    "airdate": "2019-08-29T07:56:41-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/59752819-1e3f-4ff5-bad2-7b8fc92b4b18/10335245464-250.jpg",
    "thumbnail_uri": "",
    "song": "Chloe Dancer / Crown of Thorns",
    "track_id": "ca33ab43-6628-35da-a1ca-59c1d4ace3e7",
    "recording_id": null,
    "artist": "Mother Love Bone",
    "artist_ids": [
        "a5585acd-9b65-49a7-a63b-3cc4ee18846e"
    ],
    "album": "Singles: Original Motion Picture Soundtrack",
    "release_id": "59752819-1e3f-4ff5-bad2-7b8fc92b4b18",
    "release_group_id": null,
    "labels": [
        "Epic Soundtrax"
    ],
    "label_ids": [
        "f65eb039-2e15-4139-83d9-d31dbbf18afa"
    ],
    "release_date": "1992-06-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Request from Jessica this morning, who just recently went through a bad breakup... yes, this too shall pass. (And mixtapes heal!)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}