Information about plays

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

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

{
    "id": 531301,
    "uri": "https://api.kexp.org/v2/plays/531301/?format=api",
    "airdate": "2002-03-26T08:40:00-08:00",
    "show": 9199,
    "show_uri": "https://api.kexp.org/v2/shows/9199/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ode to the Red Queen",
    "track_id": "07e52c69-30e3-4281-b7d0-205c4af1e660",
    "recording_id": null,
    "artist": "My Vitriol",
    "artist_ids": [
        "ba288d1b-7d7f-4f44-bc8d-f80c8673f815"
    ],
    "album": "Finelines: A Primer",
    "release_id": "e65ca0bd-6db5-4c07-9da7-7acaaae7b70e",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}