Information about plays

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

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

{
    "id": 3622030,
    "uri": "https://api.kexp.org/v2/plays/3622030/?format=api",
    "airdate": "2026-02-25T08:15:35-08:00",
    "show": 66026,
    "show_uri": "https://api.kexp.org/v2/shows/66026/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "idea of you",
    "track_id": "cbabec17-3b4a-47bd-968c-0f042d3ce566",
    "recording_id": "417197f7-7b4f-4a8a-8803-716e827ec22b",
    "artist": "Kareen Lomax",
    "artist_ids": [
        "e19f9c0f-6010-4db6-a8aa-29c8c0b74906"
    ],
    "album": "ijan",
    "release_id": "fc479da1-0558-485d-9195-7a699a03a39d",
    "release_group_id": "396f9d5e-b10e-4ac0-aeb9-8adc64cede89",
    "labels": [
        "music is fun"
    ],
    "label_ids": [
        "13108bda-6fef-4c90-bafc-3d7f97245d74"
    ],
    "release_date": "2026-02-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Atlanta-based R & B artist and songwriter Kareen Lomax makes music for those on the journey towards self-love without a paddle to steer with.\n\nShe released her new EP 'ijan' on Feburary 6. \n\nhttps://kareenlomax.bandcamp.com/album/ijan\nhttps://www.kareenlomax.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}