Information about plays

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

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

{
    "id": 2678491,
    "uri": "https://api.kexp.org/v2/plays/2678491/?format=api",
    "airdate": "2019-12-26T19:20:47-08:00",
    "show": 46229,
    "show_uri": "https://api.kexp.org/v2/shows/46229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grace Underwater",
    "track_id": "57b4cdec-5bdb-4088-b495-fa0fe708c442",
    "recording_id": null,
    "artist": "Legendary Oaks",
    "artist_ids": [
        "a0898746-23da-43da-8367-231436d127fd"
    ],
    "album": "Legendary Oaks",
    "release_id": "f1ff137b-ee1f-4018-b9f4-95467e30c791",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}