Information about plays

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

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

{
    "id": 3542697,
    "uri": "https://api.kexp.org/v2/plays/3542697/?format=api",
    "airdate": "2025-08-21T01:02:36-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "https://coverartarchive.org/release/6224e8c2-b76a-4841-88ba-33298702946f/31594125946-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6224e8c2-b76a-4841-88ba-33298702946f/31594125946-250.jpg",
    "song": "If You Love Me",
    "track_id": null,
    "recording_id": "c162ffd5-c0e5-4ead-99d1-689d4ae6dd4f",
    "artist": "Brownstone",
    "artist_ids": [
        "9b214042-4154-4571-8f6c-5643eb4bc06f"
    ],
    "album": "From the Bottom Up",
    "release_id": null,
    "release_group_id": "bee65aec-0eb6-3295-a505-855df4b3c259",
    "labels": [
        "MJJ Music"
    ],
    "label_ids": [
        "00e45b1d-3db8-4cd9-9fc1-e141d54a1f61"
    ],
    "release_date": "1993-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}