Information about plays

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

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

{
    "id": 3579699,
    "uri": "https://api.kexp.org/v2/plays/3579699/?format=api",
    "airdate": "2025-11-18T04:49:48-08:00",
    "show": 65142,
    "show_uri": "https://api.kexp.org/v2/shows/65142/?format=api",
    "image_uri": "https://coverartarchive.org/release/a8c65d73-a123-46ff-b05e-942dd8e9eb0c/40832593191-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a8c65d73-a123-46ff-b05e-942dd8e9eb0c/40832593191-250.jpg",
    "song": "Fire in the Hole",
    "track_id": null,
    "recording_id": "8316c903-3de8-4b7d-bfd4-044847d22f27",
    "artist": "Earl Sweatshirt",
    "artist_ids": [
        "8b22acd6-20e6-4463-a75c-c14b5cfdb666"
    ],
    "album": "SICK!",
    "release_id": null,
    "release_group_id": "691c7eb4-b8b1-479c-bfa2-21ff1cee120f",
    "labels": [
        "Tan Cressida"
    ],
    "label_ids": [
        "deac3b84-6856-4882-bac9-7f2bf78e2f88"
    ],
    "release_date": "2022-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=1CZ2f2g0OxY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}