Information about plays

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

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

{
    "id": 2675220,
    "uri": "https://api.kexp.org/v2/plays/2675220/?format=api",
    "airdate": "2019-12-19T04:55:40-08:00",
    "show": 46179,
    "show_uri": "https://api.kexp.org/v2/shows/46179/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b6d18df-b928-3f27-92b4-fdedd2cfdd94/4337681626-250.jpg",
    "thumbnail_uri": "",
    "song": "Ease Your Feet in the Sea",
    "track_id": "3ccb34de-05b7-3b7f-b285-77f7eccfd119",
    "recording_id": null,
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "The Boy With the Arab Strap",
    "release_id": "5b6d18df-b928-3f27-92b4-fdedd2cfdd94",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1998-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The sea (it's the place to be)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}