Information about plays

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

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

{
    "id": 3420717,
    "uri": "https://api.kexp.org/v2/plays/3420717/?format=api",
    "airdate": "2024-11-03T01:57:08-07:00",
    "show": 61749,
    "show_uri": "https://api.kexp.org/v2/shows/61749/?format=api",
    "image_uri": "https://coverartarchive.org/release/4de56897-c2a0-418a-821a-377df66968a0/8527610845-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4de56897-c2a0-418a-821a-377df66968a0/8527610845-250.jpg",
    "song": "Visions From Beyond the Grave",
    "track_id": null,
    "recording_id": "ef9ded61-47a6-4128-8b5e-5e8d42bb52c9",
    "artist": "Nocturnus",
    "artist_ids": [
        "aad4ed41-4f1c-4388-a82d-dd7f03807d72"
    ],
    "album": "The Key",
    "release_id": null,
    "release_group_id": "1095c628-1292-3c0a-b81b-1eb45068f884",
    "labels": [
        "Earache Records"
    ],
    "label_ids": [
        "1b1e78a5-f05c-465e-b1f6-16a3b8077500"
    ],
    "release_date": "1990-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1:10am pt.2\n\nKnown as one of the first death metal bands to incorporate keyboards, sound effects, and science fiction-themed lyrics into their music.\n\nhttps://nocturnus.bandcamp.com/album/thresholds-full-dynamic-range-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}