Information about plays

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

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

{
    "id": 3550058,
    "uri": "https://api.kexp.org/v2/plays/3550058/?format=api",
    "airdate": "2025-09-07T13:44:02-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?format=api",
    "image_uri": "https://ia601707.us.archive.org/2/items/mbid-f63fb4f0-e0b7-4882-ada7-994c75ad019b/mbid-f63fb4f0-e0b7-4882-ada7-994c75ad019b-27894006909_thumb500.jpg",
    "thumbnail_uri": "https://ia801707.us.archive.org/2/items/mbid-f63fb4f0-e0b7-4882-ada7-994c75ad019b/mbid-f63fb4f0-e0b7-4882-ada7-994c75ad019b-27894006909_thumb250.jpg",
    "song": "A Sunday Kind of Love",
    "track_id": "b7f24588-50ed-34ff-8b95-df79c998edb1",
    "recording_id": "f331f5d5-c2dc-47dd-a5dc-31f0a68c8323",
    "artist": "Etta James",
    "artist_ids": [
        "e22d2f66-881e-41ca-9356-544697ee5f90"
    ],
    "album": "Love Songs",
    "release_id": "f63fb4f0-e0b7-4882-ada7-994c75ad019b",
    "release_group_id": "c2b7e1af-af44-312c-9ddd-b7ba7700b0e1",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2001-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally found on James's debut album \"At Last!\", released in 1960.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}