Information about plays

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

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

{
    "id": 3594725,
    "uri": "https://api.kexp.org/v2/plays/3594725/?format=api",
    "airdate": "2025-12-23T03:28:24-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Numbers Man (Part 1)",
    "track_id": "f48eef4e-d12b-45e3-8512-e7c92d92a95f",
    "recording_id": "2d961970-76c3-48f6-9571-a4774600084f",
    "artist": "London Elektricity",
    "artist_ids": [
        "0356daee-ec48-4495-bc3e-460b8a5eacad"
    ],
    "album": "Lunatics & Legends",
    "release_id": "cf989e42-cb57-471f-bac4-55fcb4a268ef",
    "release_group_id": "d3773e4b-aa55-4bba-bb21-4f8251ba18f0",
    "labels": [
        "Fast Soul Music"
    ],
    "label_ids": [
        "61ec3d50-293e-4e74-9999-a3c07f1b35cc"
    ],
    "release_date": "2025-11-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London Elektricity is a producer, DJ & record label owner from South London.\n\nCrafting & curating nothing but drum & bass music with soul.\t\n\nhttps://londonelek.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}