Information about plays

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

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

{
    "id": 2681282,
    "uri": "https://api.kexp.org/v2/plays/2681282/?format=api",
    "airdate": "2020-01-02T16:46:00-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anything You Want",
    "track_id": "48ee4691-8285-4f2c-aa9e-01feee089236",
    "recording_id": null,
    "artist": "Jessica Lea Mayfield",
    "artist_ids": [
        "c30774c8-0bfe-490c-9619-1999908b0fe7"
    ],
    "album": "Make My Head Sing...",
    "release_id": "1c849f8f-10dd-4d6a-ac3c-1e40f01f91d5",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}