Information about plays

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

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

{
    "id": 372838,
    "uri": "https://api.kexp.org/v2/plays/372838/?format=api",
    "airdate": "2019-08-27T05:15:48-07:00",
    "show": 6212,
    "show_uri": "https://api.kexp.org/v2/shows/6212/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alphaville",
    "track_id": "c5172b99-cff1-32f7-818a-193c1c00683c",
    "recording_id": null,
    "artist": "Bryan Ferry",
    "artist_ids": [
        "4ef7a9e2-2cf5-483a-8616-ef7791a98026"
    ],
    "album": "Olympia",
    "release_id": "6263801e-e360-4c9a-846c-080134d0c4c7",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2010-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Tuesday, September 3rd at the Moore Theatre!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}