Information about plays

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

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

{
    "id": 3553583,
    "uri": "https://api.kexp.org/v2/plays/3553583/?format=api",
    "airdate": "2025-09-16T01:56:50-07:00",
    "show": 64575,
    "show_uri": "https://api.kexp.org/v2/shows/64575/?format=api",
    "image_uri": "https://coverartarchive.org/release/a6a05010-fbd2-3092-8224-29ebc48e6e9f/4732570493-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a6a05010-fbd2-3092-8224-29ebc48e6e9f/4732570493-250.jpg",
    "song": "The Power",
    "track_id": null,
    "recording_id": "ad63b558-d81f-4c0e-8f9e-dccf8388f70a",
    "artist": "Snap!",
    "artist_ids": [
        "cd23732d-ffd2-444e-8884-53475d7ac7d9"
    ],
    "album": "World Power",
    "release_id": null,
    "release_group_id": "7ec1fae2-70d4-3a20-a525-383e35047b80",
    "labels": [
        "Logic"
    ],
    "label_ids": [],
    "release_date": "1990-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Taylor and Jeremy!\n\n\"The Power\" is a song by German Eurodance group Snap! featuring American rapper Turbo B and American singer Penny Ford, released as the group's debut single in 1990.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}