Information about plays

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

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

{
    "id": 529987,
    "uri": "https://api.kexp.org/v2/plays/529987/?format=api",
    "airdate": "2002-03-22T13:09:11-08:00",
    "show": 9171,
    "show_uri": "https://api.kexp.org/v2/shows/9171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Utopian Skank",
    "track_id": "3add3e21-b1d0-42b3-af53-e0598e0dce29",
    "recording_id": null,
    "artist": "Up, Bustle & Out",
    "artist_ids": [
        "21576876-104b-401f-8607-0a9f0a190052"
    ],
    "album": "The Breeze Was Mellow",
    "release_id": "7ae9e426-ccf0-43bd-a365-a1c75a3ebbcc",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "1994-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}