Information about plays

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

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

{
    "id": 3611220,
    "uri": "https://api.kexp.org/v2/plays/3611220/?format=api",
    "airdate": "2026-01-31T00:28:31-08:00",
    "show": 65797,
    "show_uri": "https://api.kexp.org/v2/shows/65797/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bilingue",
    "track_id": null,
    "recording_id": "cb9db2e7-61a2-44c2-bfc2-1fa1e77f42ec",
    "artist": "Snow tha Product",
    "artist_ids": [
        "dbd21564-de36-4c13-8b59-a2aa094cc582"
    ],
    "album": "Bilingue",
    "release_id": null,
    "release_group_id": "3fcb3d91-51ca-4ef5-acec-b21a8f223c78",
    "labels": [
        "Product Entertainment"
    ],
    "label_ids": [
        "341513cf-539a-44f7-89bb-720a1f38ee1c"
    ],
    "release_date": "2019-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?reload=9&v=jCK44VKzeS4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}