Information about plays

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

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

{
    "id": 3604150,
    "uri": "https://api.kexp.org/v2/plays/3604150/?format=api",
    "airdate": "2026-01-14T05:40:40-08:00",
    "show": 65646,
    "show_uri": "https://api.kexp.org/v2/shows/65646/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can I Kick It? (J. Cole remix)",
    "track_id": "f27e7294-73dc-46c2-87f1-b4a1489cb7e1",
    "recording_id": "53d6b754-184d-41ee-8c15-280fc8c5d78a",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "People's Instinctive Travels and the Paths of Rhythm",
    "release_id": "2a6bb194-1268-4dac-bb0a-a24aa0f42e2a",
    "release_group_id": "02adb8a7-496c-3a9a-a324-662df73fdba5",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "2015-11-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning Eva, DJ Miss Ashley and Early Show Crew!\nMy request Can I Kick It (J Cole remix)- A Tribe Called Quest.\nI appreciate KEXP for the connection of the music to the community.\"\n\nThank you Peter!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}