Information about plays

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

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

{
    "id": 3581671,
    "uri": "https://api.kexp.org/v2/plays/3581671/?format=api",
    "airdate": "2025-11-22T22:38:01-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://coverartarchive.org/release/4f2df066-1e95-4372-9775-5f5514e59f31/6289533693-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4f2df066-1e95-4372-9775-5f5514e59f31/6289533693-250.jpg",
    "song": "First Strike",
    "track_id": null,
    "recording_id": "94a4456a-3f62-43ed-9e81-d820aec49378",
    "artist": "Black Time",
    "artist_ids": [
        "6b20fb70-f203-4775-af12-88787645d6ce"
    ],
    "album": "Blackout",
    "release_id": null,
    "release_group_id": "010f79f5-5bd3-323a-a9c0-0f751ce88509",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Time vocalist, Lemmy Caution self-released Black Time's first record, Black Out, before the band played a single show.\n\nhttps://intheredrecords.com/collections/black-time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}