Information about plays

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

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

{
    "id": 502035,
    "uri": "https://api.kexp.org/v2/plays/502035/?format=api",
    "airdate": "2001-12-30T18:36:00-08:00",
    "show": 8626,
    "show_uri": "https://api.kexp.org/v2/shows/8626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Livin It Up (Prod. Hi-Tek)",
    "track_id": "40359cb7-8a8d-49c8-8596-84651826625b",
    "recording_id": null,
    "artist": "Planet Asia",
    "artist_ids": [
        "15d2ba47-d023-43da-808a-ceeb671bf8a5"
    ],
    "album": "Life as It Is (Unmastered)",
    "release_id": "3e409978-5646-47c7-86ac-7bb0bc857f37",
    "release_group_id": null,
    "labels": [
        "BAT/Interscope"
    ],
    "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"
}