Information about plays

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

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

{
    "id": 480246,
    "uri": "https://api.kexp.org/v2/plays/480246/?format=api",
    "airdate": "2001-10-25T20:33:00-07:00",
    "show": 8194,
    "show_uri": "https://api.kexp.org/v2/shows/8194/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Troubled, I'm Troubled",
    "track_id": "6f970138-2553-4b20-9c2f-314b3cf03ac3",
    "recording_id": null,
    "artist": "The Blue Sky Boys",
    "artist_ids": [
        "a3f8fcbe-fbb4-4186-87ce-0f313ae2d0d0"
    ],
    "album": "There'll Come a Time / Can't You Hear That Nightbird Crying?",
    "release_id": "ca945b0b-5351-4dfd-b793-7e36a294cbb5",
    "release_group_id": null,
    "labels": [
        "BSR"
    ],
    "label_ids": [],
    "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"
}