Information about plays

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

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

{
    "id": 3543124,
    "uri": "https://api.kexp.org/v2/plays/3543124/?format=api",
    "airdate": "2025-08-22T02:13:10-07:00",
    "show": 64352,
    "show_uri": "https://api.kexp.org/v2/shows/64352/?format=api",
    "image_uri": "https://coverartarchive.org/release/a797b636-54e0-4f86-9855-e714fd9a7c69/40564737867-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a797b636-54e0-4f86-9855-e714fd9a7c69/40564737867-250.jpg",
    "song": "Dog Dribble",
    "track_id": null,
    "recording_id": "e53221fd-a6f0-4ca0-ae1e-32722fb8f92e",
    "artist": "Getdown Services",
    "artist_ids": [
        "ca57dd61-590f-4605-85ec-72e947a6148b"
    ],
    "album": "Your Medal's In The Post",
    "release_id": null,
    "release_group_id": "f8be9c6b-698f-4297-962e-640774aa545a",
    "labels": [
        "Breakfast Records"
    ],
    "label_ids": [
        "c6cb669d-19fd-4ebc-a4db-1042808dd6ec"
    ],
    "release_date": "2024-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}