Information about plays

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

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

{
    "id": 3549503,
    "uri": "https://api.kexp.org/v2/plays/3549503/?format=api",
    "airdate": "2025-09-06T04:39:32-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://ia800304.us.archive.org/5/items/mbid-bdec842c-6dd2-3d7d-bd45-997beda85623/mbid-bdec842c-6dd2-3d7d-bd45-997beda85623-19544856098_thumb500.jpg",
    "thumbnail_uri": "https://ia800304.us.archive.org/5/items/mbid-bdec842c-6dd2-3d7d-bd45-997beda85623/mbid-bdec842c-6dd2-3d7d-bd45-997beda85623-19544856098_thumb250.jpg",
    "song": "Can I Take My Gun to Heaven?",
    "track_id": "650b8d6e-12a5-3ff2-b812-f4b2712dd97d",
    "recording_id": "4715d6c6-70dd-4f4f-a0ec-519d8eea697f",
    "artist": "Cracker",
    "artist_ids": [
        "ca48bfb8-37c5-4a04-9837-a07975ee0cd3"
    ],
    "album": "Cracker",
    "release_id": "bdec842c-6dd2-3d7d-bd45-997beda85623",
    "release_group_id": "38540fff-77c3-33b1-8d79-18ea3880b8c0",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1992-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}