Information about plays

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

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

{
    "id": 3598323,
    "uri": "https://api.kexp.org/v2/plays/3598323/?format=api",
    "airdate": "2025-12-31T05:56:59-08:00",
    "show": 65522,
    "show_uri": "https://api.kexp.org/v2/shows/65522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lover Girl",
    "track_id": null,
    "recording_id": null,
    "artist": "Laufey",
    "artist_ids": [
        "21a89505-10a9-4ac0-8388-833bc07b9f86"
    ],
    "album": "A Matter of Time",
    "release_id": null,
    "release_group_id": "123eb990-1ea2-4650-b3e3-aca458956d25",
    "labels": [
        "AWAL Recordings"
    ],
    "label_ids": [
        "19bd97af-e452-47b2-ba9a-e6d0605dd068"
    ],
    "release_date": "2025-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ranked dangerously high on Lisa LeClair’s 2025 Top 10  favorites list, Laufey's third studio album, \"A Matter of Time\", was released on August 22, 2025 https://www.laufeymusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}