Information about plays

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

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

{
    "id": 3613211,
    "uri": "https://api.kexp.org/v2/plays/3613211/?format=api",
    "airdate": "2026-02-04T17:36:35-08:00",
    "show": 65840,
    "show_uri": "https://api.kexp.org/v2/shows/65840/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Need Someone",
    "track_id": "9f336bd6-94b7-4046-b9ff-a02044de2712",
    "recording_id": "1f2d9308-3e45-4fab-bf90-644ec2785fd0",
    "artist": "Todd Edwards",
    "artist_ids": [
        "fa0e2024-95ff-44b6-9a86-f0ab120b6a72"
    ],
    "album": "Serie Uno EP",
    "release_id": "119437b5-3506-491b-aac6-908693496c13",
    "release_group_id": "9bf45965-575f-48eb-9925-a526fca566ed",
    "labels": [
        "4 to the Floor Records"
    ],
    "label_ids": [
        "89fd9afe-6de3-4e46-bb6a-e79932526ac5"
    ],
    "release_date": "2021-05-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "American-producer Todd Edwards collaborated with Daft Punk on the songs Face to Face, and Fragments of Time.\n\nOne of the Godfathers of UKG. \n\nJesus Loves UK Garage",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}