Information about plays

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

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

{
    "id": 3571297,
    "uri": "https://api.kexp.org/v2/plays/3571297/?format=api",
    "airdate": "2025-10-29T05:27:37-07:00",
    "show": 64963,
    "show_uri": "https://api.kexp.org/v2/shows/64963/?format=api",
    "image_uri": "https://ia800508.us.archive.org/2/items/mbid-842a8507-3282-332d-8d85-35469d2dc854/mbid-842a8507-3282-332d-8d85-35469d2dc854-14499414892_thumb500.jpg",
    "thumbnail_uri": "https://ia800508.us.archive.org/2/items/mbid-842a8507-3282-332d-8d85-35469d2dc854/mbid-842a8507-3282-332d-8d85-35469d2dc854-14499414892_thumb250.jpg",
    "song": "On Your Radio",
    "track_id": "8a27fc9b-c1fc-3620-b1a6-05ce26adb76c",
    "recording_id": "70b53f5a-62a2-461c-8fc2-10b436d929c0",
    "artist": "Joe Jackson",
    "artist_ids": [
        "07f6d469-38f3-46da-9cfa-2f532422b84e"
    ],
    "album": "I’m the Man",
    "release_id": "90b874d6-29d1-4dfd-87cf-48ebba1e5dea",
    "release_group_id": "6f1b20da-2a6f-3caa-a62b-fee5c690f21b",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "2001-08-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You're gonna hear me on your radio!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}