Information about plays

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

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

{
    "id": 3574890,
    "uri": "https://api.kexp.org/v2/plays/3574890/?format=api",
    "airdate": "2025-11-06T22:46:37-08:00",
    "show": 65041,
    "show_uri": "https://api.kexp.org/v2/shows/65041/?format=api",
    "image_uri": "https://coverartarchive.org/release/512d7a62-a395-4086-a0e1-75f00564d00c/39101918944-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/512d7a62-a395-4086-a0e1-75f00564d00c/39101918944-250.jpg",
    "song": "Lay It on the Line",
    "track_id": null,
    "recording_id": "237673b6-aeb8-4c4d-ad85-cdb8f44d9cab",
    "artist": "Logg",
    "artist_ids": [
        "4a4dc7f3-cc03-4982-b67e-5c78b24bbc2f"
    ],
    "album": "Logg",
    "release_id": null,
    "release_group_id": "4b839dff-c5b4-471e-80e5-21c22341c99a",
    "labels": [],
    "label_ids": [],
    "release_date": "1981-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}