Information about plays

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

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

{
    "id": 3556871,
    "uri": "https://api.kexp.org/v2/plays/3556871/?format=api",
    "airdate": "2025-09-23T20:40:04-07:00",
    "show": 64644,
    "show_uri": "https://api.kexp.org/v2/shows/64644/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ccca19b-e03e-47fe-9d1d-30320869ba33/10277574391-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ccca19b-e03e-47fe-9d1d-30320869ba33/10277574391-250.jpg",
    "song": "Typewriter Tip Tip Tip from Bombay Talkie 1970",
    "track_id": null,
    "recording_id": null,
    "artist": "Kishore Kumar & Asha Bhosle",
    "artist_ids": [
        "793b8f58-80ab-49b3-b5ae-d94034dab10c",
        "79c5547a-e098-495c-8dac-7e99546aa46b"
    ],
    "album": "Bollywood Funk Experience",
    "release_id": null,
    "release_group_id": "d7dd6cb9-9206-4bc4-a83e-472264ea6348",
    "labels": [
        "Nascente"
    ],
    "label_ids": [
        "9b31f0e9-85eb-4c1c-a5a4-f9c1f552d3bb"
    ],
    "release_date": "2010-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A fellow very highly regarded playback singer, Kishore Kumar was one of the most popular singers in the Indian subcontinent, notable for his yodeling and ability to sing songs in different voices.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}