Information about plays

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

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

{
    "id": 372291,
    "uri": "https://api.kexp.org/v2/plays/372291/?format=api",
    "airdate": "2019-08-25T20:08:00-07:00",
    "show": 6202,
    "show_uri": "https://api.kexp.org/v2/shows/6202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Special Love (Disco)",
    "track_id": "bbd71cb6-d7b8-45bf-b897-7dc086d8ad70",
    "recording_id": null,
    "artist": "The Diddys",
    "artist_ids": [
        "476c0273-a630-439e-83ea-f0e01e79f55b"
    ],
    "album": "Agony and Extasy",
    "release_id": "b589b334-b8bf-4a87-8b5a-cc13da7633c9",
    "release_group_id": null,
    "labels": [
        "Bam-Buu Records"
    ],
    "label_ids": [
        "503287c4-0510-43e2-bbca-b90efb9e399b"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}