Information about plays

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

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

{
    "id": 3581790,
    "uri": "https://api.kexp.org/v2/plays/3581790/?format=api",
    "airdate": "2025-11-23T05:34:48-08:00",
    "show": 65186,
    "show_uri": "https://api.kexp.org/v2/shows/65186/?format=api",
    "image_uri": "https://ia601008.us.archive.org/0/items/mbid-4fd35e96-4aa2-47e1-a3b5-b665ac5881a7/mbid-4fd35e96-4aa2-47e1-a3b5-b665ac5881a7-43302959171_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-4fd35e96-4aa2-47e1-a3b5-b665ac5881a7/mbid-4fd35e96-4aa2-47e1-a3b5-b665ac5881a7-43302959171_thumb250.jpg",
    "song": "Téllalt",
    "track_id": "6cbae44a-2a4a-4f81-b72e-26fc0d9eaf22",
    "recording_id": "a80e4a43-bcef-4eeb-a73e-2fda9c3ea9fe",
    "artist": "Imarhan",
    "artist_ids": [
        "edf62daa-1425-44bb-8fe3-07499b519472"
    ],
    "album": "Essam",
    "release_id": "4fd35e96-4aa2-47e1-a3b5-b665ac5881a7",
    "release_group_id": "50d9b0e7-4e5e-41d0-aba0-81bed92c74c8",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2026-01-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}