Information about plays

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

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

{
    "id": 3592913,
    "uri": "https://api.kexp.org/v2/plays/3592913/?format=api",
    "airdate": "2025-12-19T03:10:21-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Super Hyphie",
    "track_id": null,
    "recording_id": "f845f437-843d-4307-bdcd-eec0d0aeabcd",
    "artist": "Keak da Sneak",
    "artist_ids": [
        "85e20f38-8d17-4526-9511-80e04b5c1ee7"
    ],
    "album": "That's My Word",
    "release_id": null,
    "release_group_id": "e56e88ba-7f09-3e54-957a-e70d126fe3d2",
    "labels": [
        "Rah Records"
    ],
    "label_ids": [
        "543f67ab-5209-45a1-b8df-dc8f458282d6"
    ],
    "release_date": "2005-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3 a.m. Time Machine: 2005!\n\n---\n\nOne of Traxamillion's first hits. Keak da Sneak was part of the '90s Oakland group 3x Krazy -- https://www.youtube.com/watch?v=rzh7PH95gZk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}