Information about plays

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

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

{
    "id": 3578383,
    "uri": "https://api.kexp.org/v2/plays/3578383/?format=api",
    "airdate": "2025-11-15T06:11:48-08:00",
    "show": 65114,
    "show_uri": "https://api.kexp.org/v2/shows/65114/?format=api",
    "image_uri": "https://coverartarchive.org/release/6c433abe-415f-47e5-9bfa-44fbafee151b/29212787664-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6c433abe-415f-47e5-9bfa-44fbafee151b/29212787664-250.jpg",
    "song": "Easy Easy",
    "track_id": null,
    "recording_id": "ac7313f7-194b-45a9-9e27-0e67370a0bcb",
    "artist": "King Krule",
    "artist_ids": [
        "c0daae21-ec2a-4dd0-a323-4f53f5945d04"
    ],
    "album": "6 Feet Beneath the Moon",
    "release_id": null,
    "release_group_id": "6b07822f-3308-430d-97d1-736ce3b0575f",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2013-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}