Information about plays

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

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

{
    "id": 2680723,
    "uri": "https://api.kexp.org/v2/plays/2680723/?format=api",
    "airdate": "2020-01-01T07:47:27-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "https://coverartarchive.org/release/59c31871-75a3-4a1d-bf9f-5a7c3569e005/14902790726-250.jpg",
    "thumbnail_uri": "",
    "song": "99 Luftballons",
    "track_id": "595506f7-d52f-325f-95f4-21573a89f862",
    "recording_id": null,
    "artist": "Nena",
    "artist_ids": [
        "c954d136-c7fd-4fd9-8bb0-fb0491fc6a02"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 11",
    "release_id": "59c31871-75a3-4a1d-bf9f-5a7c3569e005",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1995-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}