Information about plays

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

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

{
    "id": 2676807,
    "uri": "https://api.kexp.org/v2/plays/2676807/?format=api",
    "airdate": "2019-12-22T15:00:17-08:00",
    "show": 46204,
    "show_uri": "https://api.kexp.org/v2/shows/46204/?format=api",
    "image_uri": "https://coverartarchive.org/release/9bd7fa73-870f-460d-9137-ddd127fd28cc/24415013896-250.jpg",
    "thumbnail_uri": "",
    "song": "Walking on a String",
    "track_id": "a1f32b68-7253-4d38-bc72-bad6ebfcd3ba",
    "recording_id": null,
    "artist": "Matt Berninger, Phoebe Bridgers",
    "artist_ids": [
        "96855c21-b832-4366-ba12-0d2330c36a86"
    ],
    "album": "Walking On A String",
    "release_id": "9bd7fa73-870f-460d-9137-ddd127fd28cc",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2019-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}