Information about plays

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

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

{
    "id": 3559725,
    "uri": "https://api.kexp.org/v2/plays/3559725/?format=api",
    "airdate": "2025-09-30T17:29:03-07:00",
    "show": 64711,
    "show_uri": "https://api.kexp.org/v2/shows/64711/?format=api",
    "image_uri": "https://ia800104.us.archive.org/7/items/mbid-6b647876-3eb2-362a-9bcc-d2443ba8db03/mbid-6b647876-3eb2-362a-9bcc-d2443ba8db03-4781812766_thumb500.jpg",
    "thumbnail_uri": "https://ia800104.us.archive.org/7/items/mbid-6b647876-3eb2-362a-9bcc-d2443ba8db03/mbid-6b647876-3eb2-362a-9bcc-d2443ba8db03-4781812766_thumb250.jpg",
    "song": "Work",
    "track_id": "636c73b7-fdc8-4123-9888-4367d4cdced8",
    "recording_id": "8b5aa95d-87bd-422e-b277-70859a943d22",
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Moment of Truth",
    "release_id": "a75b5a2a-4034-41db-9182-e598cc90f152",
    "release_group_id": "248b3e39-8504-3253-97be-e6afdf6c22fa",
    "labels": [
        "Noo Trybe Records"
    ],
    "label_ids": [
        "199e81ae-828e-45ce-8e67-44580143dda7"
    ],
    "release_date": "1998-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moment of Truth is the fifth album by hip hop duo Gang Starr, released on March 31, 1998.  It is widely regarded as Gang Starr's magnum opus, and one of the greatest hip hop albums of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}