Information about plays

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

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

{
    "id": 3525863,
    "uri": "https://api.kexp.org/v2/plays/3525863/?format=api",
    "airdate": "2025-07-12T06:42:12-07:00",
    "show": 63990,
    "show_uri": "https://api.kexp.org/v2/shows/63990/?format=api",
    "image_uri": "https://coverartarchive.org/release/cfc49556-1e0a-4483-8777-314ea05fe417/38534730580-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cfc49556-1e0a-4483-8777-314ea05fe417/38534730580-250.jpg",
    "song": "Roadkill",
    "track_id": null,
    "recording_id": "a047c21d-3e19-40ff-8e25-483072b0c202",
    "artist": "Solya",
    "artist_ids": [
        "bf5b1e24-ee1c-4b8b-8848-e8f50726fc4c"
    ],
    "album": "Roadkill",
    "release_id": null,
    "release_group_id": "604da1a9-f3c2-400e-8021-8182b9e142da",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}