Information about plays

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

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

{
    "id": 3630879,
    "uri": "https://api.kexp.org/v2/plays/3630879/?format=api",
    "airdate": "2026-03-19T03:41:41-07:00",
    "show": 66219,
    "show_uri": "https://api.kexp.org/v2/shows/66219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What the Hell",
    "track_id": null,
    "recording_id": "7a1ecc36-3e3b-4af3-ab82-cfb5abe14043",
    "artist": "Ohio Players",
    "artist_ids": [
        "81e07550-d0e2-467e-bc71-44b5d52de8f4"
    ],
    "album": "Fire",
    "release_id": null,
    "release_group_id": "4b1bd5bd-e3ab-3edf-bd93-7e01fae5b202",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1974-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ohio Players are an American funk band, most popular in the 1970s. They are best known for their songs \"Fire\" and \"Love Rollercoaster\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}