Information about plays

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

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

{
    "id": 1292825,
    "uri": "https://api.kexp.org/v2/plays/1292825/?format=api",
    "airdate": "2007-10-19T18:04:00-07:00",
    "show": 22619,
    "show_uri": "https://api.kexp.org/v2/shows/22619/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Man, Like Wow!",
    "track_id": null,
    "recording_id": null,
    "artist": "Tommy Sands",
    "artist_ids": [
        "5247e3c6-2989-46cc-800f-c4f6d39e4b1e"
    ],
    "album": "The Sands Collection",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Raven Records"
    ],
    "label_ids": [
        "a7c45021-ec9e-4aef-a55a-b0b87ef63f6d"
    ],
    "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"
}