Information about plays

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

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

{
    "id": 3549512,
    "uri": "https://api.kexp.org/v2/plays/3549512/?format=api",
    "airdate": "2025-09-06T05:07:10-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://ia600207.us.archive.org/11/items/mbid-4b101102-9ef1-4556-b73e-d465a073d80e/mbid-4b101102-9ef1-4556-b73e-d465a073d80e-2472324896_thumb500.jpg",
    "thumbnail_uri": "https://ia600207.us.archive.org/11/items/mbid-4b101102-9ef1-4556-b73e-d465a073d80e/mbid-4b101102-9ef1-4556-b73e-d465a073d80e-2472324896_thumb250.jpg",
    "song": "Water Pistol Man",
    "track_id": "59a458a1-fe62-30bc-8647-07044f3dfad4",
    "recording_id": "6d0b734e-fc40-467a-b655-5143eacbea5c",
    "artist": "The Disposable Heroes of Hiphoprisy",
    "artist_ids": [
        "0184c417-228d-4cd3-80ce-b44d5b9a3311"
    ],
    "album": "Hypocrisy Is the Greatest Luxury",
    "release_id": "4b101102-9ef1-4556-b73e-d465a073d80e",
    "release_group_id": "4b9127b6-60bb-373a-9460-f90327947ec4",
    "labels": [
        "4th & B’way"
    ],
    "label_ids": [
        "ff4cdd6e-e2e3-42e9-a733-c859ecf0331b"
    ],
    "release_date": "1992-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}