Information about plays

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

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

{
    "id": 3519786,
    "uri": "https://api.kexp.org/v2/plays/3519786/?format=api",
    "airdate": "2025-06-28T03:49:45-07:00",
    "show": 63856,
    "show_uri": "https://api.kexp.org/v2/shows/63856/?format=api",
    "image_uri": "https://ia801601.us.archive.org/29/items/mbid-ebcca334-5254-4d05-a7c5-2bd514a09a9d/mbid-ebcca334-5254-4d05-a7c5-2bd514a09a9d-8638643409_thumb500.jpg",
    "thumbnail_uri": "https://ia801601.us.archive.org/29/items/mbid-ebcca334-5254-4d05-a7c5-2bd514a09a9d/mbid-ebcca334-5254-4d05-a7c5-2bd514a09a9d-8638643409_thumb250.jpg",
    "song": "Sun Models",
    "track_id": "4e1817c3-c622-4730-a83c-c72ac323a649",
    "recording_id": "3fbfca88-bd16-4480-bb5e-dfaaa61b8a73",
    "artist": "ODESZA feat. Madelyn Grant",
    "artist_ids": [
        "2e222fce-02ae-4221-b1c6-3c3242b423b6",
        "7acad614-f845-4e08-a142-1e234deec961"
    ],
    "album": "In Return",
    "release_id": "ebcca334-5254-4d05-a7c5-2bd514a09a9d",
    "release_group_id": "a7fcb5d4-4ae6-4a29-9e0f-2a7c678357d1",
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2014-09-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Bellingham duo's second album (and major label debut), released back in 2014.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}