Information about plays

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

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

{
    "id": 2675577,
    "uri": "https://api.kexp.org/v2/plays/2675577/?format=api",
    "airdate": "2019-12-19T22:09:00-08:00",
    "show": 46183,
    "show_uri": "https://api.kexp.org/v2/shows/46183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mind, Drips",
    "track_id": "78279e12-ca00-3243-9580-83cabc7be6df",
    "recording_id": null,
    "artist": "Neon Indian",
    "artist_ids": [
        "e8238c02-1cf0-4a51-bfd0-cee93904d351"
    ],
    "album": "Psychic Chasms",
    "release_id": "31912055-7164-4b43-90c2-bde171d0be15",
    "release_group_id": null,
    "labels": [
        "Lefse Records"
    ],
    "label_ids": [
        "66f10762-ed7a-4290-b17f-ce1d1dd6e657"
    ],
    "release_date": "2009-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}