Information about plays

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

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

{
    "id": 3567438,
    "uri": "https://api.kexp.org/v2/plays/3567438/?format=api",
    "airdate": "2025-10-20T03:40:13-07:00",
    "show": 64883,
    "show_uri": "https://api.kexp.org/v2/shows/64883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Damaged",
    "track_id": null,
    "recording_id": "a316f290-e4ae-4f6d-abc8-fd1d6cdb9bd6",
    "artist": "Miiesha",
    "artist_ids": [
        "6687bcaf-ff9b-4913-8660-9abe019a0ad7"
    ],
    "album": "Smoke & Mirrors",
    "release_id": null,
    "release_group_id": "b6ce0152-d322-4be7-8b05-e9e1a63a2607",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wadja, Gungaloo \t\n\nMiiesha is an Australian singer-songwriter from the Aboriginal community of Woorabinda, Queensland. She was the recipient of New Talent of the Year at the 2020 National Indigenous Music Awards and won the ARIA Award for Best Soul/R&B Release at the 2020 ARIA Music Awards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}