Information about plays

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

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

{
    "id": 3581621,
    "uri": "https://api.kexp.org/v2/plays/3581621/?format=api",
    "airdate": "2025-11-22T20:46:36-08:00",
    "show": 65183,
    "show_uri": "https://api.kexp.org/v2/shows/65183/?format=api",
    "image_uri": "https://ia903105.us.archive.org/16/items/mbid-2e1282e0-74c4-43d7-9ebd-32a054b68163/mbid-2e1282e0-74c4-43d7-9ebd-32a054b68163-20672234371_thumb500.jpg",
    "thumbnail_uri": "https://dn710303.ca.archive.org/0/items/mbid-2e1282e0-74c4-43d7-9ebd-32a054b68163/mbid-2e1282e0-74c4-43d7-9ebd-32a054b68163-20672234371_thumb250.jpg",
    "song": "Back to the Future",
    "track_id": "1489d026-b4cd-332f-8a34-099d6e878115",
    "recording_id": "9e26763c-ccf1-4084-bc05-e4a7e43a8d24",
    "artist": "The Joggers",
    "artist_ids": [
        "b3b42f5d-3b81-4463-a9d2-1b72c9590c12"
    ],
    "album": "Solid Guild",
    "release_id": "2e1282e0-74c4-43d7-9ebd-32a054b68163",
    "release_group_id": "98e43d23-c2a7-33ff-99fa-0353aa61f4aa",
    "labels": [
        "StarTime International"
    ],
    "label_ids": [
        "27609a48-18b0-4e14-a2c5-0b578c78f1ac"
    ],
    "release_date": "2003-09-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Vintage indie rock from Portland!\n\nhttps://www.youtube.com/channel/UCC5bhxrHjrPOMQjCu1ZWKJA",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}