Information about plays

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

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

{
    "id": 3542094,
    "uri": "https://api.kexp.org/v2/plays/3542094/?format=api",
    "airdate": "2025-08-19T14:35:49-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9453c9d-4e9e-4f3f-8262-3a24be40d0a3/41873061846-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f9453c9d-4e9e-4f3f-8262-3a24be40d0a3/41873061846-250.jpg",
    "song": "Beam Me Up",
    "track_id": null,
    "recording_id": "fb1d677f-e97c-4b49-9a11-95106f2fd20c",
    "artist": "Vinyl Williams",
    "artist_ids": [
        "9aee169e-faa7-4795-9358-4e76b10425f7"
    ],
    "album": "Polyhaven",
    "release_id": null,
    "release_group_id": "f2f97a23-7f92-4a1d-acea-afaf3dfd067a",
    "labels": [
        "Harmony Records"
    ],
    "label_ids": [
        "39f79fe8-52d0-42fc-9c14-be0e88e92b97"
    ],
    "release_date": "2025-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the new album 'Polyhaven', out now!\n\nhttps://vinylwilliams.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}