Information about plays

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

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

{
    "id": 3632963,
    "uri": "https://api.kexp.org/v2/plays/3632963/?format=api",
    "airdate": "2026-03-24T03:22:05-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/7b35293e-d273-4f97-ae1f-8c26db2d4f34/38821534483-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7b35293e-d273-4f97-ae1f-8c26db2d4f34/38821534483-250.jpg",
    "song": "18 & Over",
    "track_id": null,
    "recording_id": "96ce9aca-e25f-490c-9cc3-1828c7edb144",
    "artist": "Nia Archives",
    "artist_ids": [
        "09d6b57e-9cd9-4a74-b7cb-842b8443a1cd"
    ],
    "album": "Forbidden Feelingz",
    "release_id": null,
    "release_group_id": "44b7b557-c9e7-440e-987e-d7b671b7ed72",
    "labels": [
        "HIJINXX"
    ],
    "label_ids": [
        "fdd628dd-d9c2-43ba-9842-d781520cb697"
    ],
    "release_date": "2022-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Think + Amen Breaks on this one!\n--\nNia Archives directly sampled Cocoa Tea's 1993 \"18 and Over.\"\n\nWatch the terrific video: https://www.youtube.com/watch?v=QOzW5CWdTj0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}