Information about plays

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

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

{
    "id": 1069056,
    "uri": "https://api.kexp.org/v2/plays/1069056/?format=api",
    "airdate": "2006-03-18T18:38:00-08:00",
    "show": 18782,
    "show_uri": "https://api.kexp.org/v2/shows/18782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coffin",
    "track_id": "42cf21fe-97e4-4351-b53b-058f6387adfa",
    "recording_id": null,
    "artist": "Swallow",
    "artist_ids": [
        "3ca28161-a0df-4af8-8e8d-e3712d2340a8"
    ],
    "album": "Swallow",
    "release_id": "9841baa9-0054-4453-ab08-6829a7645fe6",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}