Information about plays

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

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

{
    "id": 3544512,
    "uri": "https://api.kexp.org/v2/plays/3544512/?format=api",
    "airdate": "2025-08-25T05:11:35-07:00",
    "show": 64383,
    "show_uri": "https://api.kexp.org/v2/shows/64383/?format=api",
    "image_uri": "https://ia800708.us.archive.org/0/items/mbid-59b5a40b-e2fd-3f18-a218-e8c9aae12ab5/mbid-59b5a40b-e2fd-3f18-a218-e8c9aae12ab5-5270052042_thumb500.jpg",
    "thumbnail_uri": "https://ia800708.us.archive.org/0/items/mbid-59b5a40b-e2fd-3f18-a218-e8c9aae12ab5/mbid-59b5a40b-e2fd-3f18-a218-e8c9aae12ab5-5270052042_thumb250.jpg",
    "song": "With or Without You",
    "track_id": "4893d12b-09b9-33c4-9e61-69b2d8f7673e",
    "recording_id": "6b9a509f-6907-4a6e-9345-2f12da09ba4b",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Best of 1980–1990",
    "release_id": "59b5a40b-e2fd-3f18-a218-e8c9aae12ab5",
    "release_group_id": "6c301dbd-6ccb-3403-a6c4-6a22240a0297",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1998-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was a song that caught Bono torn between a life of domesticity and free-spirited artistry. \"I had some difficult emotional stuff going on,\" he confessed to Mojo. \"I didn't understand at that point the freedom that I would receive from a committed relationship. I was feeling guilty if I was talking to somebody in their record company who was really attractive. I was you know, just everything was at 11. But that's why 'With or Without You' is so operatic and that's OK.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}