Information about plays

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

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

{
    "id": 3549058,
    "uri": "https://api.kexp.org/v2/plays/3549058/?format=api",
    "airdate": "2025-09-05T02:39:36-07:00",
    "show": 64477,
    "show_uri": "https://api.kexp.org/v2/shows/64477/?format=api",
    "image_uri": "https://ia601300.us.archive.org/15/items/mbid-93a79320-49ec-438c-a2c9-da89b9a4eaff/mbid-93a79320-49ec-438c-a2c9-da89b9a4eaff-12530781429_thumb500.jpg",
    "thumbnail_uri": "https://ia801300.us.archive.org/15/items/mbid-93a79320-49ec-438c-a2c9-da89b9a4eaff/mbid-93a79320-49ec-438c-a2c9-da89b9a4eaff-12530781429_thumb250.jpg",
    "song": "One of These Days",
    "track_id": "3b4fda4c-825d-357b-855a-dc3dc42cfaac",
    "recording_id": "69a782b6-87da-45ff-946b-79fa21809970",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Harvest Moon",
    "release_id": "93a79320-49ec-438c-a2c9-da89b9a4eaff",
    "release_group_id": "6c153d3a-cf36-37ea-8409-0e48b428315f",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ok one more Neil song ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}