Information about plays

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

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

{
    "id": 349766,
    "uri": "https://api.kexp.org/v2/plays/349766/?format=api",
    "airdate": "2019-07-03T22:05:51-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "http://coverartarchive.org/release/e8c71c1d-ece2-428e-ae93-62676231b628/1013032506-250.jpg",
    "thumbnail_uri": "",
    "song": "Anything Could Happen",
    "track_id": "41f22d9a-9851-3ebd-b11f-09a4cf3c2e53",
    "recording_id": null,
    "artist": "The Clean",
    "artist_ids": [
        "d10c7c90-54b1-4855-a9f5-1099a8dd7f54"
    ],
    "album": "Anthology",
    "release_id": "e8c71c1d-ece2-428e-ae93-62676231b628",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2003-01-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second greatest NZ band of all time.   www.mergerecords.com/the-clean",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}