Information about plays

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

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

{
    "id": 379435,
    "uri": "https://api.kexp.org/v2/plays/379435/?format=api",
    "airdate": "2019-09-11T05:56:11-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "http://coverartarchive.org/release/de64e0f9-bdf7-4196-b3d9-876b5df42cf8/3947162906-250.jpg",
    "thumbnail_uri": "",
    "song": "How They Want Me to Be",
    "track_id": "34f928a4-d83c-388d-8a7a-e3d10f462a30",
    "recording_id": null,
    "artist": "Best Coast",
    "artist_ids": [
        "5ab8835e-ac44-4055-9c11-7878199606b5"
    ],
    "album": "The Only Place",
    "release_id": "de64e0f9-bdf7-4196-b3d9-876b5df42cf8",
    "release_group_id": null,
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2012-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}