Information about plays

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

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

{
    "id": 456904,
    "uri": "https://api.kexp.org/v2/plays/456904/?format=api",
    "airdate": "2001-08-18T04:00:00-07:00",
    "show": 7735,
    "show_uri": "https://api.kexp.org/v2/shows/7735/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In Yellow Moonlight",
    "track_id": "955042f5-e912-4f4e-8ae1-d38a81a0d6b1",
    "recording_id": null,
    "artist": "Chris Lee",
    "artist_ids": [
        "f1266218-3d8d-433f-a3c0-ee58f2af89a0"
    ],
    "album": "Plays & Sings Torch'd Songs, Charivari Hymns & Oriki Blue-Marches",
    "release_id": "1de81ced-2cce-49dd-9cd4-468b63defb57",
    "release_group_id": null,
    "labels": [
        "Smells Like Records"
    ],
    "label_ids": [
        "ae9ddfd9-5c54-45f7-88a3-c1af57e2ac93"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}