Information about plays

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

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

{
    "id": 3638984,
    "uri": "https://api.kexp.org/v2/plays/3638984/?format=api",
    "airdate": "2026-04-07T08:28:43-07:00",
    "show": 66390,
    "show_uri": "https://api.kexp.org/v2/shows/66390/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://dn720709.ca.archive.org/0/items/mbid-efbb382c-6090-4a8f-a12b-d61b34664c3f/mbid-efbb382c-6090-4a8f-a12b-d61b34664c3f-42726207054_thumb250.jpg",
    "song": "Hit It and Quit it",
    "track_id": "d5957121-6906-4bf1-b13a-0ca8a648fb3f",
    "recording_id": "1df7274f-507e-4781-9ba2-1d73ef57a262",
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "Fudge Sandwich",
    "release_id": "efbb382c-6090-4a8f-a12b-d61b34664c3f",
    "release_group_id": "c779efbc-4e5d-4467-a308-25e40bef8ba1",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2018-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Ty Segall's cover of the classic from Funkadelic, written by William \"Billy Bass\" Nelson and George Clinton. \n\nHere's that original, for your listening pleasure: https://www.youtube.com/watch?v=8wQBffjTt8c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}