Information about plays

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

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

{
    "id": 3595811,
    "uri": "https://api.kexp.org/v2/plays/3595811/?format=api",
    "airdate": "2025-12-25T10:46:52-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Kid",
    "track_id": null,
    "recording_id": "5a174121-45bd-4815-96b5-cd2b1ccd85ab",
    "artist": "JD McPherson",
    "artist_ids": [
        "84c7cb93-0622-4b90-8d53-ee2b4650097f"
    ],
    "album": "Socks",
    "release_id": null,
    "release_group_id": "d63cc542-c913-4763-a10b-aa6ded086eab",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2018-11-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}