Information about plays

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

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

{
    "id": 3562650,
    "uri": "https://api.kexp.org/v2/plays/3562650/?format=api",
    "airdate": "2025-10-08T09:49:30-07:00",
    "show": 64778,
    "show_uri": "https://api.kexp.org/v2/shows/64778/?format=api",
    "image_uri": "https://ia601909.us.archive.org/21/items/mbid-2e08be6c-65ae-3901-90f9-28cb3fbdacdd/mbid-2e08be6c-65ae-3901-90f9-28cb3fbdacdd-9707961340_thumb500.jpg",
    "thumbnail_uri": "https://ia601909.us.archive.org/21/items/mbid-2e08be6c-65ae-3901-90f9-28cb3fbdacdd/mbid-2e08be6c-65ae-3901-90f9-28cb3fbdacdd-9707961340_thumb250.jpg",
    "song": "Brass in Pocket",
    "track_id": "8bed3de5-7532-3521-b166-4205f221c1a5",
    "recording_id": "8c643753-9f88-4e99-b191-2548299f7286",
    "artist": "The Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "Pretenders",
    "release_id": "2e08be6c-65ae-3901-90f9-28cb3fbdacdd",
    "release_group_id": "448c8d23-3118-397f-9b81-a560c799f27a",
    "labels": [
        "Real Records",
        "Sire Records"
    ],
    "label_ids": [
        "851b17a3-8353-47fc-9f7b-cba5392b41cd",
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1999-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#335 on the countdown of YOUR Favorite Albums of All Time!\nThe Pretenders - Pretenders\n\nhttps://www.kexp.org/donate/\n\nhttps://thepretenders.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}