Information about plays

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

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

{
    "id": 499733,
    "uri": "https://api.kexp.org/v2/plays/499733/?format=api",
    "airdate": "2001-12-23T19:04:00-08:00",
    "show": 8579,
    "show_uri": "https://api.kexp.org/v2/shows/8579/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Time (Ode to Breakin' Atoms)",
    "track_id": "e380e18a-da37-4454-81d5-8cf70e2a0895",
    "recording_id": null,
    "artist": "Encore",
    "artist_ids": [
        "c7d98ba8-94d6-4ffc-b01d-0c4b0b07bda7"
    ],
    "album": "Contacts + Contracts",
    "release_id": "cb59929f-36fb-4dc1-84af-b6e0de9ec1e3",
    "release_group_id": null,
    "labels": [
        "Brick"
    ],
    "label_ids": [],
    "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"
}