Information about plays

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

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

{
    "id": 2678674,
    "uri": "https://api.kexp.org/v2/plays/2678674/?format=api",
    "airdate": "2019-12-27T06:00:39-08:00",
    "show": 46233,
    "show_uri": "https://api.kexp.org/v2/shows/46233/?format=api",
    "image_uri": "https://coverartarchive.org/release/ed63b63e-6629-40af-8cc2-fc1817085778/11658913204-250.jpg",
    "thumbnail_uri": "",
    "song": "Armchairs",
    "track_id": "a45c3b98-904b-3def-8a60-711e410d401f",
    "recording_id": null,
    "artist": "Andrew Bird",
    "artist_ids": [
        "081b133e-ce74-42ba-92c1-c18234acb532"
    ],
    "album": "Armchair Apocrypha",
    "release_id": "ed63b63e-6629-40af-8cc2-fc1817085778",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2007-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}