Information about plays

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

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

{
    "id": 344093,
    "uri": "https://api.kexp.org/v2/plays/344093/?format=api",
    "airdate": "2019-06-20T19:35:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alabama Pines",
    "track_id": "fcb46254-f49e-4061-bbfe-e48f4bfabd77",
    "recording_id": null,
    "artist": "Jason Isbell and the 400 Unit",
    "artist_ids": [
        "857c2983-0a33-466f-8607-28504ba8a6c0"
    ],
    "album": "Here We Rest",
    "release_id": "3f6533ca-d8c7-4e2e-b346-ed1d9b504558",
    "release_group_id": null,
    "labels": [
        "Lightning Rod"
    ],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Jason perform that song at KEXP here: https://www.youtube.com/watch?v=bA5ad3fU1_8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}