Information about plays

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

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

{
    "id": 2682735,
    "uri": "https://api.kexp.org/v2/plays/2682735/?format=api",
    "airdate": "2020-01-06T06:08:44-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "https://coverartarchive.org/release/60797f49-bac1-4154-a62d-fbaa0cb8d3b9/7793113408-250.jpg",
    "thumbnail_uri": "",
    "song": "Mistaken for Strangers",
    "track_id": "442103c6-8430-36b0-906d-39021e6adf38",
    "recording_id": null,
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "Boxer",
    "release_id": "60797f49-bac1-4154-a62d-fbaa0cb8d3b9",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2007-05-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band returns to play their hometown Cincinnati May 8-9 and will perform High Violet in it's entirety.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}