Information about plays

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

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

{
    "id": 2676339,
    "uri": "https://api.kexp.org/v2/plays/2676339/?format=api",
    "airdate": "2019-12-21T12:10:14-08:00",
    "show": 46195,
    "show_uri": "https://api.kexp.org/v2/shows/46195/?format=api",
    "image_uri": "https://coverartarchive.org/release/6099fff9-5a7e-4517-9e07-2cfee7d59a6d/16231497362-250.jpg",
    "thumbnail_uri": "",
    "song": "Just a Cloud",
    "track_id": "78c711b1-5461-4813-982a-9a029ff256ee",
    "recording_id": null,
    "artist": "Lusine feat. Vilja Larjosto",
    "artist_ids": [
        "feed6dea-5c7a-4280-9958-61b6828d18d1"
    ],
    "album": "Sensorimotor",
    "release_id": "6099fff9-5a7e-4517-9e07-2cfee7d59a6d",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2017-03-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}