Information about plays

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

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

{
    "id": 3558254,
    "uri": "https://api.kexp.org/v2/plays/3558254/?format=api",
    "airdate": "2025-09-27T06:17:23-07:00",
    "show": 64673,
    "show_uri": "https://api.kexp.org/v2/shows/64673/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7932947-41fe-4751-bc00-fc3a5fed93ff/37868109539-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e7932947-41fe-4751-bc00-fc3a5fed93ff/37868109539-250.jpg",
    "song": "Nothing Lasts",
    "track_id": null,
    "recording_id": "f7ca6cb1-e2d4-4015-a34d-0ad9acdbfd75",
    "artist": "Emily Yacina",
    "artist_ids": [
        "b0c7d80f-a563-49de-b41d-885a1a5887c2"
    ],
    "album": "Trick of the Light w/ Nothing Lasts",
    "release_id": null,
    "release_group_id": "fdb22ec7-051c-4cca-b891-f1f253388f16",
    "labels": [
        "Matsor Projects"
    ],
    "label_ids": [
        "cd977c01-9fe2-4c69-8bb5-a240afa225ea"
    ],
    "release_date": "2024-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}