Information about plays

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

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

{
    "id": 3524895,
    "uri": "https://api.kexp.org/v2/plays/3524895/?format=api",
    "airdate": "2025-07-09T21:36:07-07:00",
    "show": 63968,
    "show_uri": "https://api.kexp.org/v2/shows/63968/?format=api",
    "image_uri": "https://coverartarchive.org/release/f8fb154f-395c-471d-9a9f-c493d8de2262/38118110935-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f8fb154f-395c-471d-9a9f-c493d8de2262/38118110935-250.jpg",
    "song": "Red Clay",
    "track_id": null,
    "recording_id": "8c8c48e7-80d4-4c45-a0c9-31edaf20a822",
    "artist": "Freddie Hubbard",
    "artist_ids": [
        "59ae7a1a-f454-435b-8a5a-e327e692bb5a"
    ],
    "album": "Red Clay",
    "release_id": null,
    "release_group_id": "2c39394e-b9e4-352b-b339-8e61df67479e",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Known for his years on CTI before he signed with Columbia and went mainstream!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}