Information about plays

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

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

{
    "id": 3607047,
    "uri": "https://api.kexp.org/v2/plays/3607047/?format=api",
    "airdate": "2026-01-21T03:09:07-08:00",
    "show": 65712,
    "show_uri": "https://api.kexp.org/v2/shows/65712/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paper Thin",
    "track_id": "87bce49f-38db-3e43-9e9d-a1c59fe961b6",
    "recording_id": "2c6747d3-9e96-45f8-9c56-9f355e4b05b5",
    "artist": "Bahamadia",
    "artist_ids": [
        "fc433b50-0061-4298-8beb-af6f51cbd677"
    ],
    "album": "Fly Girls! - B-Boys Beware: Revenge of the Super Female Rappers!",
    "release_id": "438c00aa-5e25-420f-b4e9-992b933885fe",
    "release_group_id": "bb9a2387-83b7-3656-bdb0-add30f903b75",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2008-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Antonia D. Reed, known professionally as Bahamadia, is an American hip hop artist and singer. Bahamadia released her debut album, Kollage, in 1996, followed by the independently released EP BB Queen in 2000. She then released a full-length album, Good Rap Music, in 2005.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}