Information about plays

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

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

{
    "id": 3628217,
    "uri": "https://api.kexp.org/v2/plays/3628217/?format=api",
    "airdate": "2026-03-12T22:33:11-07:00",
    "show": 66165,
    "show_uri": "https://api.kexp.org/v2/shows/66165/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Munny",
    "track_id": null,
    "recording_id": "fe6595cc-f6cd-4802-b8de-36a00904cbe1",
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "Ultimate R&B: The Love Collection 2011",
    "release_id": null,
    "release_group_id": "e32a792a-98b9-4b8e-a0b8-fe3e2a9454ca",
    "labels": [
        "Universal Music Group International"
    ],
    "label_ids": [
        "edaafb43-0124-4732-a2e3-f7a9936c8bd4"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}