Information about plays

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

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

{
    "id": 2682710,
    "uri": "https://api.kexp.org/v2/plays/2682710/?format=api",
    "airdate": "2020-01-06T04:35:43-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "https://coverartarchive.org/release/973db7e7-9c1b-4eb1-ba2c-5eb75b90cb58/2124119757-250.jpg",
    "thumbnail_uri": "",
    "song": "Beds Are Burning",
    "track_id": "65537647-2bed-3273-bb34-2ff5263ad42a",
    "recording_id": null,
    "artist": "Midnight Oil",
    "artist_ids": [
        "05072650-4b05-4e8b-83d0-dba2576e306a"
    ],
    "album": "Diesel and Dust",
    "release_id": "973db7e7-9c1b-4eb1-ba2c-5eb75b90cb58",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There's also the WIRES Wildlife Rescue Line, which is an emergency line for reporting and rescuing wild Australian animals in trouble.\nhttps://www.wires.org.au/contact/contact-us",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}