Information about plays

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

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

{
    "id": 3549979,
    "uri": "https://api.kexp.org/v2/plays/3549979/?format=api",
    "airdate": "2025-09-07T09:16:07-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/61517557-0171-49cd-b52c-e076bdf5dd21/7573458695-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/61517557-0171-49cd-b52c-e076bdf5dd21/7573458695-250.jpg",
    "song": "The Poacher",
    "track_id": null,
    "recording_id": "06c03d66-bf05-4f66-938e-57da56bccf90",
    "artist": "Ronnie Lane’s Slim Chance",
    "artist_ids": [
        "0ba35ea0-ce17-46c6-9757-0f3b6a1c6a4d"
    ],
    "album": "Anymore for Anymore",
    "release_id": null,
    "release_group_id": "b81b7966-8155-3d80-b9cb-b225db9ba54f",
    "labels": [
        "GM"
    ],
    "label_ids": [
        "3546aa54-16b4-43e3-9dc3-cb7c5abbcbb6"
    ],
    "release_date": "1974-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut solo album by the former member of Faces was recorded in his mobile studio on his farm in Wales. On some songs you can hear the animals on the recordings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}