Information about plays

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

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

{
    "id": 3638875,
    "uri": "https://api.kexp.org/v2/plays/3638875/?format=api",
    "airdate": "2026-04-07T02:05:20-07:00",
    "show": 66388,
    "show_uri": "https://api.kexp.org/v2/shows/66388/?format=api",
    "image_uri": "https://coverartarchive.org/release/d9f60265-e139-46fd-97ae-b0e6530da7f1/4523985017-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d9f60265-e139-46fd-97ae-b0e6530da7f1/4523985017-250.jpg",
    "song": "Flip the Mic",
    "track_id": null,
    "recording_id": "ebb6a891-0ace-41af-8981-c99251e9567e",
    "artist": "Rae & Christian feat. Jeru the Damaja",
    "artist_ids": [
        "3f41479a-8486-4c70-a338-be75e10b6efc",
        "6593c2bc-9327-4adf-a8b2-b315e4f5c0bb"
    ],
    "album": "Northern Sulphuric Soul",
    "release_id": null,
    "release_group_id": "75ba13b2-6a86-3d9a-80a9-60fec15ceaa4",
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "1998-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Another great request going out to Skid & Taylor in SF -- Thanks for listening!\n\nhttps://www.youtube.com/watch?v=uzCWk3gWH1k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}