Information about plays

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

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

{
    "id": 2682552,
    "uri": "https://api.kexp.org/v2/plays/2682552/?format=api",
    "airdate": "2020-01-05T17:45:39-08:00",
    "show": 46301,
    "show_uri": "https://api.kexp.org/v2/shows/46301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kiss Them for Me",
    "track_id": "db40f55b-1962-35b7-b647-626f6091f175",
    "recording_id": null,
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Superstition",
    "release_id": "9c4be941-0ffc-3afd-9324-336071c789c6",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1991-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}