Information about plays

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

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

{
    "id": 3593140,
    "uri": "https://api.kexp.org/v2/plays/3593140/?format=api",
    "airdate": "2025-12-19T16:22:59-08:00",
    "show": 65421,
    "show_uri": "https://api.kexp.org/v2/shows/65421/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "He Wants Me",
    "track_id": "2e7fe1a0-e2c9-4163-93ac-695addc10504",
    "recording_id": "960936fb-903c-46d5-812b-d919dac485b7",
    "artist": "Blondshell",
    "artist_ids": [
        "f6621a8d-5644-460a-b0a8-9171cb2c595d"
    ],
    "album": "If You Asked For A Picture",
    "release_id": "2af8a840-3dbd-4776-8a4a-ee709a2188c3",
    "release_group_id": "791d0f83-6cd4-45d6-9c01-190a2a9eba41",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2025-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#27\n\nBlondshell performed live in the KEXP studio in June! Check it out: https://www.youtube.com/watch?v=oMufqxs64bw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}