Information about plays

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

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

{
    "id": 453696,
    "uri": "https://api.kexp.org/v2/plays/453696/?format=api",
    "airdate": "2001-08-09T03:03:31-07:00",
    "show": 7677,
    "show_uri": "https://api.kexp.org/v2/shows/7677/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tales of a Scorched Earth",
    "track_id": null,
    "recording_id": null,
    "artist": "Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Melon Collie and the Infinite Sadness",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}