Information about plays

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

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

{
    "id": 1381090,
    "uri": "https://api.kexp.org/v2/plays/1381090/?format=api",
    "airdate": "2008-06-02T01:43:00-07:00",
    "show": 24107,
    "show_uri": "https://api.kexp.org/v2/shows/24107/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Undertow",
    "track_id": null,
    "recording_id": null,
    "artist": "Sidsel Endresen & Bugge Wesseltoft",
    "artist_ids": [
        "e537e01a-d275-47e8-911c-da2622e8d0a5"
    ],
    "album": "Kjell Kalleklev sampler",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self Immolation"
    ],
    "label_ids": [
        "32401bee-ae52-4a4c-bd72-f907b55a71ee"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}