Information about plays

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

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

{
    "id": 3586330,
    "uri": "https://api.kexp.org/v2/plays/3586330/?format=api",
    "airdate": "2025-12-03T15:02:37-08:00",
    "show": 65279,
    "show_uri": "https://api.kexp.org/v2/shows/65279/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Point and Kill",
    "track_id": "74aa4a94-df81-43c4-8d22-bac3f9316a32",
    "recording_id": "facd8d24-723e-44ac-9906-bb4c70bf2048",
    "artist": "Little Simz Feat. Obongjayar",
    "artist_ids": [
        "3cdb40fe-a63e-4bb9-b40d-17cda5f50979",
        "9fef8897-8e04-455c-9ac4-cb4c0f855dc5"
    ],
    "album": "Sometimes I Might Be Introvert",
    "release_id": "27ee7d2d-4ea8-4849-8a4e-8e4b05d611e1",
    "release_group_id": "e95de3f4-84db-4d24-8d06-fd970576a6ef",
    "labels": [
        "AGE 101 MUSIC"
    ],
    "label_ids": [
        "39133c4b-b863-49e8-8492-c4e124687ad0"
    ],
    "release_date": "2021-09-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Evan!\n--\nThis song was produced by Inflo and features Obonjayar,  the Nigeria-born and London-based singer.\n--\nWatch the official video for \"Point and Kill\" with Obongjayar: https://youtu.be/tvY31eN3gtE!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}