Information about plays

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

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

{
    "id": 446467,
    "uri": "https://api.kexp.org/v2/plays/446467/?format=api",
    "airdate": "2001-07-19T00:17:08-07:00",
    "show": 7541,
    "show_uri": "https://api.kexp.org/v2/shows/7541/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Puppet Selves",
    "track_id": "6cc12d78-bb3e-4bda-a720-bc78f6a2217d",
    "recording_id": null,
    "artist": "John Fahey & Cul de Sac",
    "artist_ids": [
        "684b8bd7-08a2-4011-9769-ff10b31c8571"
    ],
    "album": "The Epiphany of Glenn Jones",
    "release_id": "49b0b3c2-a5fc-4e2e-a8c1-bee0610e8a66",
    "release_group_id": null,
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}