Information about plays

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

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

{
    "id": 2679329,
    "uri": "https://api.kexp.org/v2/plays/2679329/?format=api",
    "airdate": "2019-12-28T22:50:39-08:00",
    "show": 46245,
    "show_uri": "https://api.kexp.org/v2/shows/46245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Open The Window",
    "track_id": null,
    "recording_id": null,
    "artist": "The Swankys",
    "artist_ids": [
        "d926690c-5e10-4195-8658-3bc9ecfd734d"
    ],
    "album": "Hero - The Very Best Of The Swankys",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dogma Records"
    ],
    "label_ids": [
        "eabdb299-14e0-457f-a6b0-a63e548c56b7"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}