Information about plays

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

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

{
    "id": 496980,
    "uri": "https://api.kexp.org/v2/plays/496980/?format=api",
    "airdate": "2001-12-15T09:19:05-08:00",
    "show": 8525,
    "show_uri": "https://api.kexp.org/v2/shows/8525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roots Rock Reggae",
    "track_id": null,
    "recording_id": null,
    "artist": "Clint Eastwood",
    "artist_ids": [
        "dc5dc215-bb90-4579-a13a-3a564b265546"
    ],
    "album": "Death In The Arena",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cha Cha"
    ],
    "label_ids": [
        "b6426cc8-b053-4f7e-aabd-0a997cf570bd"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}