Information about plays

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

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

{
    "id": 3570785,
    "uri": "https://api.kexp.org/v2/plays/3570785/?format=api",
    "airdate": "2025-10-27T23:33:18-07:00",
    "show": 64953,
    "show_uri": "https://api.kexp.org/v2/shows/64953/?format=api",
    "image_uri": "https://coverartarchive.org/release/6bca54cf-18fa-4720-ad6c-e0a261bb9800/42037217741-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6bca54cf-18fa-4720-ad6c-e0a261bb9800/42037217741-250.jpg",
    "song": "Hold Me in a New Way",
    "track_id": null,
    "recording_id": "1dc9f13b-5d56-4aa7-a950-8f351903af9e",
    "artist": "Elaine Howley",
    "artist_ids": [
        "7342df7a-e94c-4b5e-9a9d-9c8fcc0d2563"
    ],
    "album": "Hold Me in a New Way",
    "release_id": null,
    "release_group_id": "416316c8-0869-4b80-ab7d-5b37d3b08597",
    "labels": [
        "Modern Love"
    ],
    "label_ids": [
        "8b89e632-47a7-4b59-9ff0-071d59c59203"
    ],
    "release_date": "2025-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi Evie! - https://elainehowley.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}