Information about plays

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

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

{
    "id": 441162,
    "uri": "https://api.kexp.org/v2/plays/441162/?format=api",
    "airdate": "2001-07-03T12:48:45-07:00",
    "show": 7442,
    "show_uri": "https://api.kexp.org/v2/shows/7442/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drug-Induced Ego Trip",
    "track_id": "2b83cd70-5acf-484b-850e-abfa50909933",
    "recording_id": null,
    "artist": "The Delusions",
    "artist_ids": [
        "9f2d2a84-c92b-4dbb-b768-265af2a50359"
    ],
    "album": "I Hope It Dies on a Sunny Day",
    "release_id": "52094932-af88-4a7a-9c29-5625c940987c",
    "release_group_id": null,
    "labels": [
        "My Own Planet"
    ],
    "label_ids": [
        "1fbac287-ca35-4917-a576-9d51e480f9e3"
    ],
    "release_date": "1998-10-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}