Information about plays

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

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

{
    "id": 3586139,
    "uri": "https://api.kexp.org/v2/plays/3586139/?format=api",
    "airdate": "2025-12-03T04:20:38-08:00",
    "show": 65275,
    "show_uri": "https://api.kexp.org/v2/shows/65275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jealousy Is Lethal",
    "track_id": "5a102a4e-a4c5-4545-8472-b26f084c6b15",
    "recording_id": "881ab39f-d339-48c9-b31c-145929bc862d",
    "artist": "Pixel Grip",
    "artist_ids": [
        "20d29062-6448-4e6f-9922-d5246264a5f2"
    ],
    "album": "Percepticide: The Death of Reality",
    "release_id": "bdefa5b2-5460-48cf-8174-6d87bfebd7b6",
    "release_group_id": "86dfcf29-9645-4957-b3ec-f9a2a7287fc5",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request for Mark!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}