Information about plays

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

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

{
    "id": 2680794,
    "uri": "https://api.kexp.org/v2/plays/2680794/?format=api",
    "airdate": "2020-01-01T11:45:22-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "https://coverartarchive.org/release/24e3729b-0bb0-40e2-ba1d-a6cf8d059043/4819746686-250.jpg",
    "thumbnail_uri": "",
    "song": "Phenomena",
    "track_id": "a6c4487b-b363-3b7c-9997-c699e05a9cbd",
    "recording_id": null,
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Show Your Bones",
    "release_id": "24e3729b-0bb0-40e2-ba1d-a6cf8d059043",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2006-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}