Information about plays

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

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

{
    "id": 3574439,
    "uri": "https://api.kexp.org/v2/plays/3574439/?format=api",
    "airdate": "2025-11-05T20:21:13-08:00",
    "show": 65032,
    "show_uri": "https://api.kexp.org/v2/shows/65032/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Contact",
    "track_id": null,
    "recording_id": null,
    "artist": "Møtrik",
    "artist_ids": [
        "89df9e1a-6069-4207-9c63-1fbc77abbf90"
    ],
    "album": "EARTH",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jealous Butcher Records"
    ],
    "label_ids": [
        "8c979a04-bc6b-4cc9-accb-6aa617dc3c88"
    ],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Record comes out this week and you can celebrate by seeing them at Freakout Festival, Saturday at 10pm at Tractor!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}