Information about plays

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

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

{
    "id": 3594284,
    "uri": "https://api.kexp.org/v2/plays/3594284/?format=api",
    "airdate": "2025-12-22T02:24:14-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "https://coverartarchive.org/release/fcd6c49e-bcf4-4e0b-9738-9d3761ff9574/13972795481-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fcd6c49e-bcf4-4e0b-9738-9d3761ff9574/13972795481-250.jpg",
    "song": "In a Sentimental Mood",
    "track_id": null,
    "recording_id": "18bdf6f0-802b-471f-a31e-9197bf5173cf",
    "artist": "Emily Remler",
    "artist_ids": [
        "857d7bd3-15d5-4caf-8a2a-5b9e301bd6a1"
    ],
    "album": "Firefly",
    "release_id": null,
    "release_group_id": "4df2bf9c-53ff-3365-aa34-f3b752dc5db0",
    "labels": [
        "Concord Jazz"
    ],
    "label_ids": [
        "8ec4f16d-a43f-4e80-b3b0-935dbdbb598a"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}