Information about plays

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

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

{
    "id": 3548763,
    "uri": "https://api.kexp.org/v2/plays/3548763/?format=api",
    "airdate": "2025-09-04T08:28:51-07:00",
    "show": 64470,
    "show_uri": "https://api.kexp.org/v2/shows/64470/?format=api",
    "image_uri": "https://ia800804.us.archive.org/19/items/mbid-f907212e-c822-4c4a-89d2-e566486d27af/mbid-f907212e-c822-4c4a-89d2-e566486d27af-27282097583_thumb500.jpg",
    "thumbnail_uri": "https://ia600804.us.archive.org/19/items/mbid-f907212e-c822-4c4a-89d2-e566486d27af/mbid-f907212e-c822-4c4a-89d2-e566486d27af-27282097583_thumb250.jpg",
    "song": "The Reflex",
    "track_id": "e591cb09-c91b-417d-92f0-0d834438bac9",
    "recording_id": "bfe5b37f-7050-4ef8-ac23-5053325faf28",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "The Reflex (dance mix)",
    "release_id": "12cc579f-2d8a-403b-b72e-dd74231e7b6b",
    "release_group_id": "32528e45-6f98-36b2-b476-e52fe36f0878",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the music video for The Reflex here:\nhttps://www.youtube.com/watch?v=J5ebkj9x5Ko\n\nhttps://duranduran.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}