Information about plays

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

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

{
    "id": 3531320,
    "uri": "https://api.kexp.org/v2/plays/3531320/?format=api",
    "airdate": "2025-07-24T23:49:50-07:00",
    "show": 64104,
    "show_uri": "https://api.kexp.org/v2/shows/64104/?format=api",
    "image_uri": "https://coverartarchive.org/release/0cad3f63-5cfc-422f-9078-4838aeefdb5f/38246942183-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0cad3f63-5cfc-422f-9078-4838aeefdb5f/38246942183-250.jpg",
    "song": "Brother (Title)",
    "track_id": null,
    "recording_id": "b26b1ebb-2896-4ec2-b8ce-2b7007704d2d",
    "artist": "Adam Wade",
    "artist_ids": [
        "a0122a97-4620-4b57-847e-2c6075b243d3"
    ],
    "album": "The Best of Perception & Today Records",
    "release_id": null,
    "release_group_id": "d217dc19-2f73-4dbf-aba5-b194fbacfd4e",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2012-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}