Information about plays

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

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

{
    "id": 354893,
    "uri": "https://api.kexp.org/v2/plays/354893/?format=api",
    "airdate": "2019-07-16T02:05:21-07:00",
    "show": 5918,
    "show_uri": "https://api.kexp.org/v2/shows/5918/?format=api",
    "image_uri": "http://coverartarchive.org/release/4d9f5934-0b1a-4098-b19c-e393b7cc17fb/12179324163-250.jpg",
    "thumbnail_uri": "",
    "song": "When the Sun Goes Down",
    "track_id": "7a4a1215-800f-4af2-b178-1448200df751",
    "recording_id": null,
    "artist": "Arctic Monkeys",
    "artist_ids": [
        "ada7a83c-e3e1-40f1-93f9-3e73dbc9298a"
    ],
    "album": "Whatever People Say I Am, That’s What I’m Not",
    "release_id": "4d9f5934-0b1a-4098-b19c-e393b7cc17fb",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}