Information about plays

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

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

{
    "id": 372373,
    "uri": "https://api.kexp.org/v2/plays/372373/?format=api",
    "airdate": "2019-08-26T02:09:45-07:00",
    "show": 6205,
    "show_uri": "https://api.kexp.org/v2/shows/6205/?format=api",
    "image_uri": "http://coverartarchive.org/release/d9c58004-5c79-4ec5-bb45-e805545d2ec6/13606161818-250.jpg",
    "thumbnail_uri": "",
    "song": "Speaking Gently",
    "track_id": "52ca0f73-c235-4a4e-9705-829eeabf8d74",
    "recording_id": null,
    "artist": "BADBADNOTGOOD",
    "artist_ids": [
        "754294d5-d7d2-4ea2-8184-1dcaaf55a56f"
    ],
    "album": "IV",
    "release_id": "d9c58004-5c79-4ec5-bb45-e805545d2ec6",
    "release_group_id": null,
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2016-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}