Information about plays

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

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

{
    "id": 3542749,
    "uri": "https://api.kexp.org/v2/plays/3542749/?format=api",
    "airdate": "2025-08-21T03:59:53-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "https://coverartarchive.org/release/e843b4a7-7c7f-4ac5-bb93-40d6d4332169/22706012647-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e843b4a7-7c7f-4ac5-bb93-40d6d4332169/22706012647-250.jpg",
    "song": "Georgy Porgy",
    "track_id": null,
    "recording_id": "96adc49c-462b-4611-9d4f-877dcde313c3",
    "artist": "Toto",
    "artist_ids": [
        "aab5c954-cabe-432e-899e-1c4f99757327"
    ],
    "album": "Toto",
    "release_id": null,
    "release_group_id": "2b76e8ed-d20b-35a5-b7b9-f6e8e709235e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1978-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Cheryl Lynn.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}