Information about plays

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

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

{
    "id": 3554340,
    "uri": "https://api.kexp.org/v2/plays/3554340/?format=api",
    "airdate": "2025-09-17T21:53:53-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "https://coverartarchive.org/release/40db05d1-882d-4d30-9407-22e1f7fcf777/34948324700-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/40db05d1-882d-4d30-9407-22e1f7fcf777/34948324700-250.jpg",
    "song": "Together",
    "track_id": null,
    "recording_id": "c318098b-942e-47be-9dc4-6490ab9bd310",
    "artist": "Misha Panfilov",
    "artist_ids": [
        "eef9b345-2daa-4209-b595-a3e290335f64"
    ],
    "album": "Days as Echoes",
    "release_id": null,
    "release_group_id": "bbdb9fa5-2e2e-4e03-99f3-c4535018672d",
    "labels": [
        "Funk Night Records"
    ],
    "label_ids": [],
    "release_date": "2020-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Incredible stuff from this artist out of Tallinn, Estonia, based in Funchal, Portugal these days.\n\nhttps://mpsc.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}