Information about plays

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

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

{
    "id": 345532,
    "uri": "https://api.kexp.org/v2/plays/345532/?format=api",
    "airdate": "2019-06-24T11:46:58-07:00",
    "show": 5762,
    "show_uri": "https://api.kexp.org/v2/shows/5762/?format=api",
    "image_uri": "http://coverartarchive.org/release/6765aaef-1e9d-3ebe-956a-be97390932e5/6368504411-250.jpg",
    "thumbnail_uri": "",
    "song": "Kiss",
    "track_id": "26a99e71-e494-39aa-8756-2cdf6f0c4c9a",
    "recording_id": null,
    "artist": "Prince & The Revolution",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "The Hits/The B-Sides",
    "release_id": "6765aaef-1e9d-3ebe-956a-be97390932e5",
    "release_group_id": null,
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1993-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}