Information about plays

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

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

{
    "id": 414537,
    "uri": "https://api.kexp.org/v2/plays/414537/?format=api",
    "airdate": "2001-04-09T09:00:00-07:00",
    "show": 6911,
    "show_uri": "https://api.kexp.org/v2/shows/6911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rio Nexpa",
    "track_id": "ba3714f5-f7c1-4e6d-9e95-612f7d44121c",
    "recording_id": null,
    "artist": "Trans Megetti",
    "artist_ids": [
        "87712b15-686a-4a1d-8f0e-2c22c0e3bf29"
    ],
    "album": "Fading Left To Completely On",
    "release_id": "a37db303-db16-4d1c-86dc-d72f9ad706d5",
    "release_group_id": null,
    "labels": [
        "Gern Blandsten"
    ],
    "label_ids": [
        "cc9ac45c-8d32-4e3b-8b9d-6ecd8f1f320c"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}