Information about plays

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

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

{
    "id": 372318,
    "uri": "https://api.kexp.org/v2/plays/372318/?format=api",
    "airdate": "2019-08-25T21:51:43-07:00",
    "show": 6203,
    "show_uri": "https://api.kexp.org/v2/shows/6203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eberhardt Smurkface",
    "track_id": null,
    "recording_id": null,
    "artist": "Dazion",
    "artist_ids": [],
    "album": "A Bridge Between Lovers",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Second Circle"
    ],
    "label_ids": [
        "d9a1609d-8ee4-4055-bd69-7761a59db69c"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spanish guitars, Indonesian wind instruments, downtempo electronics and off-kilter drum patterns merge on the Dutch artist's new 12\" EP - https://www.musicfrommemory.com/release/6499/dazion/a-bridge-between-lovers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}