Information about plays

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

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

{
    "id": 3577492,
    "uri": "https://api.kexp.org/v2/plays/3577492/?format=api",
    "airdate": "2025-11-13T03:04:41-08:00",
    "show": 65095,
    "show_uri": "https://api.kexp.org/v2/shows/65095/?format=api",
    "image_uri": "https://coverartarchive.org/release/211dccc6-2de0-4f6c-810a-5b18ec61dc96/17906039894-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/211dccc6-2de0-4f6c-810a-5b18ec61dc96/17906039894-250.jpg",
    "song": "Poem for Aretha",
    "track_id": null,
    "recording_id": "09994d7e-9246-4f16-99b3-5109d92d5c4b",
    "artist": "Nikki Giovanni And The New York Community Choir",
    "artist_ids": [
        "7e820444-47d7-4e81-8018-60353e1b8458",
        "7cc55d2c-5561-45b4-b6dc-c6fec405cac6"
    ],
    "album": "Truth Is on Its Way",
    "release_id": null,
    "release_group_id": "958c169c-5c24-443e-8b04-98d35dda7ae9",
    "labels": [
        "Right On Records"
    ],
    "label_ids": [
        "c70db24d-4099-43d2-8442-fb1a4aaaf920"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}