Information about plays

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

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

{
    "id": 3567703,
    "uri": "https://api.kexp.org/v2/plays/3567703/?format=api",
    "airdate": "2025-10-20T18:31:30-07:00",
    "show": 64889,
    "show_uri": "https://api.kexp.org/v2/shows/64889/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e87a34a-baec-4146-9d25-d5eab8a737bc/32097497961-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1e87a34a-baec-4146-9d25-d5eab8a737bc/32097497961-250.jpg",
    "song": "Daffodils",
    "track_id": null,
    "recording_id": "68035a58-58fb-49e5-b391-3168547dd276",
    "artist": "Mamas Gun",
    "artist_ids": [
        "f2de4222-36b7-4afa-8ff9-dd04531cfc2d"
    ],
    "album": "Cure the Jones",
    "release_id": null,
    "release_group_id": "f6f7a521-b82e-4959-9ab1-ad26ba4572f5",
    "labels": [
        "Légère Recordings"
    ],
    "label_ids": [
        "5112e1e8-0b6c-43c4-b922-427f0329d92b"
    ],
    "release_date": "2022-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}