Information about plays

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

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

{
    "id": 2682185,
    "uri": "https://api.kexp.org/v2/plays/2682185/?format=api",
    "airdate": "2020-01-04T21:32:52-08:00",
    "show": 46293,
    "show_uri": "https://api.kexp.org/v2/shows/46293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When the Tanks Roll Over Poland Again",
    "track_id": "37151a54-c279-3c17-9606-2b22cdb19b22",
    "recording_id": null,
    "artist": "Automatics",
    "artist_ids": [
        "85855d62-3257-4155-ae65-09f47ac64217"
    ],
    "album": "When the Tanks Roll Over Poland Again",
    "release_id": "d0fa5f0a-ab06-435e-bd34-23713c6ef5f7",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}