Information about plays

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

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

{
    "id": 3525177,
    "uri": "https://api.kexp.org/v2/plays/3525177/?format=api",
    "airdate": "2025-07-10T13:39:57-07:00",
    "show": 63974,
    "show_uri": "https://api.kexp.org/v2/shows/63974/?format=api",
    "image_uri": "https://coverartarchive.org/release/439c676b-6905-4aff-ac3f-8a7a536a9f23/4422385256-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/439c676b-6905-4aff-ac3f-8a7a536a9f23/4422385256-250.jpg",
    "song": "Pioneers",
    "track_id": null,
    "recording_id": "e5720f0d-5c68-4aec-8550-0d6915d8815b",
    "artist": "EPMD",
    "artist_ids": [
        "4fa39dc8-c695-4e0e-ba04-92c63d99c9f9"
    ],
    "album": "Out of Business",
    "release_id": null,
    "release_group_id": "86164656-2539-37e9-a06b-bb958fea470b",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1999-07-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another Morricone sample by EPMD. EPMD's 'Pioneers' sampled multiple elements  of Ennio Morricone's \"La Ballata Di Hank McCain.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}