Information about plays

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

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

{
    "id": 356853,
    "uri": "https://api.kexp.org/v2/plays/356853/?format=api",
    "airdate": "2019-07-20T12:00:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ordinary People",
    "track_id": null,
    "recording_id": null,
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Outer Peace",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch DJ Morgan broadcasting live from Retrofit in Capitol Hill for the 2019 Capitol Hill Block Party! Come say hi and grab a KEXP beach ball!! #KEXPBlockParty",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}