Information about plays

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

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

{
    "id": 370531,
    "uri": "https://api.kexp.org/v2/plays/370531/?format=api",
    "airdate": "2019-08-21T19:02:01-07:00",
    "show": 6174,
    "show_uri": "https://api.kexp.org/v2/shows/6174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Outlaw Blues",
    "track_id": "c94d2f07-f8aa-4b96-b39f-32394be86dd6",
    "recording_id": null,
    "artist": "Dave Edmunds",
    "artist_ids": [
        "ec4b6d29-527c-4cc0-89bb-8a4775f350d0"
    ],
    "album": "Rockpile",
    "release_id": "b6c57709-0b33-4d16-82ab-e585b3857351",
    "release_group_id": null,
    "labels": [
        "Repertoire"
    ],
    "label_ids": [
        "4c31b476-6bf8-48ce-b56b-c690a2443163"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dave recently met Bruce Springsteen for the first time, who subsequently gave him a demo tape of a new song, and then later showed up unannounced at a Dave Edmunds gig and joined him onstage: https://www.facebook.com/DaveEdmundsOfficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}