Information about plays

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

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

{
    "id": 3602933,
    "uri": "https://api.kexp.org/v2/plays/3602933/?format=api",
    "airdate": "2026-01-11T04:55:22-08:00",
    "show": 65620,
    "show_uri": "https://api.kexp.org/v2/shows/65620/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Real Love",
    "track_id": null,
    "recording_id": "1d4d4463-69fe-44e9-bb9c-87f5ca4c211a",
    "artist": "Mary J. Blige",
    "artist_ids": [
        "db76c5ca-d555-4f09-b1db-baa1b713d875"
    ],
    "album": "What’s the 411?",
    "release_id": null,
    "release_group_id": "8debe6e5-7fd1-35ee-9d3f-96523536b9f8",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1992-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Mary J. Blige!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}