Information about plays

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

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

{
    "id": 459704,
    "uri": "https://api.kexp.org/v2/plays/459704/?format=api",
    "airdate": "2001-08-26T12:31:45-07:00",
    "show": 7797,
    "show_uri": "https://api.kexp.org/v2/shows/7797/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunken City (Loop Guru remix)",
    "track_id": "e483d070-793e-425b-a2a4-2a8da84e5983",
    "recording_id": null,
    "artist": "Les Baxter",
    "artist_ids": [
        "b556bdfa-e55f-4891-a9cd-ba40010634e8"
    ],
    "album": "Electro Lounge, Volume Two",
    "release_id": "39ff0b2a-f2a9-41de-abe3-d81ed2b01dfe",
    "release_group_id": null,
    "labels": [
        "The Right Stuff"
    ],
    "label_ids": [
        "14227f2c-ac23-4746-bf83-d54e29051004"
    ],
    "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"
}