Information about plays

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

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

{
    "id": 2681205,
    "uri": "https://api.kexp.org/v2/plays/2681205/?format=api",
    "airdate": "2020-01-02T11:31:54-08:00",
    "show": 46277,
    "show_uri": "https://api.kexp.org/v2/shows/46277/?format=api",
    "image_uri": "https://coverartarchive.org/release/1988c98f-21ff-44b0-82fe-6c8d6f020833/19164739192-250.jpg",
    "thumbnail_uri": "",
    "song": "Running Up That Hill (A Deal with God)",
    "track_id": "b619f716-6882-4d28-b50d-cd147a5394da",
    "recording_id": null,
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Before the Dawn",
    "release_id": "1988c98f-21ff-44b0-82fe-6c8d6f020833",
    "release_group_id": null,
    "labels": [
        "Concord Music Group"
    ],
    "label_ids": [
        "0dd8c586-acc3-46f8-bd97-db1d3ce089fc"
    ],
    "release_date": "2016-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}