Information about plays

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

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

{
    "id": 503282,
    "uri": "https://api.kexp.org/v2/plays/503282/?format=api",
    "airdate": "2002-01-03T10:19:00-08:00",
    "show": 8649,
    "show_uri": "https://api.kexp.org/v2/shows/8649/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Up in the Sky",
    "track_id": "98bdb30a-b1f5-4b6f-838f-7079eaa53e14",
    "recording_id": null,
    "artist": "The Anniversary",
    "artist_ids": [
        "db41efe6-867b-4427-820c-506ea17e5692"
    ],
    "album": "The Anniversary / Superdrag",
    "release_id": "e1dc403d-fbf6-4119-9fa0-123820d52f83",
    "release_group_id": null,
    "labels": [
        "Vagrant/Heroes & Villians"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}