Information about plays

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

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

{
    "id": 3598678,
    "uri": "https://api.kexp.org/v2/plays/3598678/?format=api",
    "airdate": "2026-01-01T03:56:53-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Alright, I Feel It! (M.A.W. remix)",
    "track_id": null,
    "recording_id": "287d4408-bcec-4da3-8e25-d3c623ac0979",
    "artist": "Nuyorican Soul feat. Jocelyn Brown",
    "artist_ids": [
        "e5b5b78b-811b-4bfb-a463-116e5f4c3114",
        "6a628a50-1c5c-4d29-a13a-79a73eb012d9"
    ],
    "album": "Its Alright, I Feel It",
    "release_id": null,
    "release_group_id": "2d3d1d82-50ce-3174-9a0a-06de2308e7da",
    "labels": [
        "Giant Step Records"
    ],
    "label_ids": [
        "90fd39b0-83f6-4258-9052-c3e76d64aa0f"
    ],
    "release_date": "1997-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vocals from the legendary disco & house diva Jocelyn Brown!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}