Information about plays

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

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

{
    "id": 373441,
    "uri": "https://api.kexp.org/v2/plays/373441/?format=api",
    "airdate": "2019-08-28T08:52:06-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "http://coverartarchive.org/release/0e15d394-b831-4331-aee1-581a6aa93899/1156566188-250.jpg",
    "thumbnail_uri": "",
    "song": "Old Mary",
    "track_id": "ba4d97ed-5500-3190-ac8d-176c420f304e",
    "recording_id": null,
    "artist": "The Dead Weather",
    "artist_ids": [
        "334bd887-9044-4c38-aebd-4baab851efb4"
    ],
    "album": "Sea of Cowards",
    "release_id": "0e15d394-b831-4331-aee1-581a6aa93899",
    "release_group_id": null,
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2010-05-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks to Marlinda for sharing her \"Gallows Humor\" mixtape!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}