Information about plays

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

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

{
    "id": 3589531,
    "uri": "https://api.kexp.org/v2/plays/3589531/?format=api",
    "airdate": "2025-12-10T23:52:16-08:00",
    "show": 65343,
    "show_uri": "https://api.kexp.org/v2/shows/65343/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roundabout",
    "track_id": "a2343ad2-b01e-45b1-9380-3620d46b4e4f",
    "recording_id": "039f352b-6cea-4b1b-8cd3-51ff8e882578",
    "artist": "The Beths",
    "artist_ids": [
        "4c74fc48-8108-4556-87af-154af74f2ce5"
    ],
    "album": "Straight Line Was a Lie",
    "release_id": "8006ba4c-73d1-42d9-8c83-002dbcd40365",
    "release_group_id": "f24f6952-1b4d-4042-b7ca-cb836a514ae9",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Beths live in the gathering space this past August:\n\nhttps://www.youtube.com/watch?v=tj1IhGMH_zE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}