Information about plays

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

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

{
    "id": 496857,
    "uri": "https://api.kexp.org/v2/plays/496857/?format=api",
    "airdate": "2001-12-14T20:50:00-08:00",
    "show": 8521,
    "show_uri": "https://api.kexp.org/v2/shows/8521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claus Is Back in Town",
    "track_id": "95a033a1-b369-438b-8aad-fef9f4b5aca1",
    "recording_id": null,
    "artist": "Elvis Presley ",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "50,000,000 Elvis Fans Can't Be Wrong: Elvis' Gold Records, Volume 2",
    "release_id": "955c4869-7342-431d-a0a4-ea28f628d640",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}