Information about plays

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

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

{
    "id": 3500510,
    "uri": "https://api.kexp.org/v2/plays/3500510/?format=api",
    "airdate": "2025-05-12T18:25:46-07:00",
    "show": 63444,
    "show_uri": "https://api.kexp.org/v2/shows/63444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oda Mimian",
    "track_id": null,
    "recording_id": "73bb2e51-12df-44cf-bda1-ed85fdb25efa",
    "artist": "Ice, Lafayette Afro Rock band",
    "artist_ids": [],
    "album": "Afro Agban",
    "release_id": null,
    "release_group_id": "ae3c13e3-7418-4967-9447-9cbc858ca84a",
    "labels": [
        "Strut"
    ],
    "label_ids": [
        "9ba9a0fb-d617-4906-9c1d-7bfa78087ff9"
    ],
    "release_date": "2024-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://strut.bandcamp.com/album/afro-agban",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}