Information about plays

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

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

{
    "id": 2682745,
    "uri": "https://api.kexp.org/v2/plays/2682745/?format=api",
    "airdate": "2020-01-06T06:47:05-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "https://coverartarchive.org/release/e4b614df-b855-49eb-b4e4-28f1c361ffe8/24875572097-250.jpg",
    "thumbnail_uri": "",
    "song": "Do You Realize??",
    "track_id": "a91345cb-39f7-3ebe-8d28-13c5e0966f33",
    "recording_id": null,
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "Yoshimi Battles the Pink Robots",
    "release_id": "e4b614df-b855-49eb-b4e4-28f1c361ffe8",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2002-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Teressa in Everett...and maybe all of us, too.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}