Information about plays

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

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

{
    "id": 2677831,
    "uri": "https://api.kexp.org/v2/plays/2677831/?format=api",
    "airdate": "2019-12-25T06:38:54-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2390156-3bc4-4aaa-a2aa-2cc56ecaccdb/24915312260-250.jpg",
    "thumbnail_uri": "",
    "song": "7 O'Clock News / Silent Night",
    "track_id": "3ccabb94-62e7-44da-8418-0da48b65c7b6",
    "recording_id": null,
    "artist": "Phoebe Bridgers feat. Fiona Apple & Matt Berninger",
    "artist_ids": [
        "a9ee533f-8871-4f62-a6bb-91eb264abc90"
    ],
    "album": "7 O'Clock News / Silent Night",
    "release_id": "c2390156-3bc4-4aaa-a2aa-2cc56ecaccdb",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2019-12-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}