Information about plays

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

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

{
    "id": 2682496,
    "uri": "https://api.kexp.org/v2/plays/2682496/?format=api",
    "airdate": "2020-01-05T14:31:02-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "https://coverartarchive.org/release/0ce5e8d5-5c37-4a42-b05e-3a41aeaed7ff/2673220004-250.jpg",
    "thumbnail_uri": "",
    "song": "Safety",
    "track_id": "c2abcc69-d889-37c3-af44-d7ee7dc6dc4e",
    "recording_id": null,
    "artist": "Memory Tapes",
    "artist_ids": [
        "fbd33a5a-06b5-4b46-98d1-8677f5dc44c6"
    ],
    "album": "Grace/Confusion",
    "release_id": "0ce5e8d5-5c37-4a42-b05e-3a41aeaed7ff",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2012-12-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dayve Hawk, playing as Memory Tapes, was former frontman of the Philadelphia band Hail Social. https://www.facebook.com/memorytapes/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}