Information about plays

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

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

{
    "id": 371293,
    "uri": "https://api.kexp.org/v2/plays/371293/?format=api",
    "airdate": "2019-08-23T12:57:23-07:00",
    "show": 6184,
    "show_uri": "https://api.kexp.org/v2/shows/6184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Bright Parade",
    "track_id": "32681f44-2a21-437d-830e-950fbef03cad",
    "recording_id": null,
    "artist": "Johnny Marr",
    "artist_ids": [
        "ff621094-2a76-401f-8398-b75b5fd2be24"
    ],
    "album": "The Bright Parade",
    "release_id": "876e0458-2a11-4054-ab2c-951fe80247ed",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}