Information about plays

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

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

{
    "id": 3549508,
    "uri": "https://api.kexp.org/v2/plays/3549508/?format=api",
    "airdate": "2025-09-06T04:53:14-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://coverartarchive.org/release/586778c9-8e69-30c4-a992-33511b7bdbbc/4018145157-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/586778c9-8e69-30c4-a992-33511b7bdbbc/4018145157-250.jpg",
    "song": "Rifle Range",
    "track_id": null,
    "recording_id": "5eb8bc01-a1b8-470e-bdb3-4ac7b74ff4dc",
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Blondie",
    "release_id": null,
    "release_group_id": "e0400e1e-2dd9-3bed-9538-614998b3702c",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}