Information about plays

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

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

{
    "id": 492704,
    "uri": "https://api.kexp.org/v2/plays/492704/?format=api",
    "airdate": "2001-12-02T21:52:56-08:00",
    "show": 8447,
    "show_uri": "https://api.kexp.org/v2/shows/8447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Near the Horizon",
    "track_id": "6ccad9d1-024f-4e85-a71c-efff5bafa143",
    "recording_id": null,
    "artist": "Polar",
    "artist_ids": [
        "60388d41-0bea-452c-baeb-a37d97ced6bf"
    ],
    "album": "Still Moving",
    "release_id": "4a685713-04f7-4e8d-a926-272a3ccb8d00",
    "release_group_id": null,
    "labels": [
        "Certificate 18"
    ],
    "label_ids": [
        "39c4dc0c-badb-4ac3-b810-e4f374dff6d9"
    ],
    "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"
}