Information about plays

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

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

{
    "id": 3593232,
    "uri": "https://api.kexp.org/v2/plays/3593232/?format=api",
    "airdate": "2025-12-19T21:12:31-08:00",
    "show": 65422,
    "show_uri": "https://api.kexp.org/v2/shows/65422/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a1f0619-17c6-45c3-9139-46dc269ff7d9/32033977565-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a1f0619-17c6-45c3-9139-46dc269ff7d9/32033977565-250.jpg",
    "song": "Rainforest",
    "track_id": null,
    "recording_id": "14e729aa-6077-4dee-83ed-e58e773e6f21",
    "artist": "saib.",
    "artist_ids": [
        "b9d36436-6ac0-4277-86fd-462fd4d0c9f6"
    ],
    "album": "Mangroves",
    "release_id": null,
    "release_group_id": "45a6760d-e655-4df1-a61c-90281f93b7d1",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Morocco Vibes!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}