Information about plays

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

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

{
    "id": 3593130,
    "uri": "https://api.kexp.org/v2/plays/3593130/?format=api",
    "airdate": "2025-12-19T15:46:30-08:00",
    "show": 65419,
    "show_uri": "https://api.kexp.org/v2/shows/65419/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where’d You Go?",
    "track_id": "2fc7c6b8-0a8e-4824-90ce-c819da5418ef",
    "recording_id": "06f17b31-245a-45e5-8f15-d7f9f858a27b",
    "artist": "Horsegirl",
    "artist_ids": [
        "4424a6e5-5232-4410-b1f0-b8b510d31ffd"
    ],
    "album": "Phonetics On and On",
    "release_id": "a3defc19-b4f2-4939-8530-3033c25b73b3",
    "release_group_id": "a1b1c950-334e-40b5-b819-209ed6c49673",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#35\n\nUK's Horsegirl released their latest album back in February",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}