Information about plays

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

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

{
    "id": 3574741,
    "uri": "https://api.kexp.org/v2/plays/3574741/?format=api",
    "airdate": "2025-11-06T13:37:18-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "https://ia903208.us.archive.org/25/items/mbid-4f4b1b2b-5c15-43ac-8d32-9b4d905dac38/mbid-4f4b1b2b-5c15-43ac-8d32-9b4d905dac38-41681769380_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/25/items/mbid-4f4b1b2b-5c15-43ac-8d32-9b4d905dac38/mbid-4f4b1b2b-5c15-43ac-8d32-9b4d905dac38-41681769380_thumb250.jpg",
    "song": "Speak Ya Clout (Album Version)",
    "track_id": "bed9ff16-c1c1-4190-b590-74b86a948deb",
    "recording_id": "34f2bbf1-e2d4-4440-be3d-e4cc2b51190c",
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Code Of The Streets",
    "release_id": "4f4b1b2b-5c15-43ac-8d32-9b4d905dac38",
    "release_group_id": "0ad99faf-3920-4fb4-bbf8-d7c7f70c5f0e",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Speak Ya Clout\" samples 10 (!) other songs, including the sound effects from Weather Report's \"Cucumber Slumber.\"\n--\n“Speak Ya Clout” features Gang Starr Foundation affiliates Jeru and Group Home’s Lil’ Dap.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}