Information about plays

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

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

{
    "id": 2681636,
    "uri": "https://api.kexp.org/v2/plays/2681636/?format=api",
    "airdate": "2020-01-03T14:01:51-08:00",
    "show": 46284,
    "show_uri": "https://api.kexp.org/v2/shows/46284/?format=api",
    "image_uri": "https://coverartarchive.org/release/2bb1f14a-893d-3392-839e-79838118213c/6557357686-250.jpg",
    "thumbnail_uri": "",
    "song": "Wrong",
    "track_id": "d79b4916-c952-3dad-a4d0-ba02036ec422",
    "recording_id": null,
    "artist": "Everything but the Girl",
    "artist_ids": [
        "959cf5bf-ee29-4af6-a85a-0b480181d988"
    ],
    "album": "Walking Wounded",
    "release_id": "2bb1f14a-893d-3392-839e-79838118213c",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1996-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}