Information about plays

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

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

{
    "id": 2670946,
    "uri": "https://api.kexp.org/v2/plays/2670946/?format=api",
    "airdate": "2019-12-09T10:51:27-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lenox Hill",
    "track_id": "83e41e8a-1455-4425-ab86-37e37a5a7503",
    "recording_id": null,
    "artist": "Thyla",
    "artist_ids": [
        "284f7926-4f6c-436b-beed-3460396754b8"
    ],
    "album": "Lenox Hill",
    "release_id": "f23b267c-0826-4546-ae5a-e111bcdc0f7e",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-11-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thyla will release a new EP on the 24th of January 2020!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}