Information about plays

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

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

{
    "id": 3622090,
    "uri": "https://api.kexp.org/v2/plays/3622090/?format=api",
    "airdate": "2026-02-25T12:01:28-08:00",
    "show": 66027,
    "show_uri": "https://api.kexp.org/v2/shows/66027/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Every Time the Sun Comes Up",
    "track_id": "95de9ab7-dafb-4992-a1a3-65f6c06b90e0",
    "recording_id": "8acdf2e3-a5a4-48ce-bf94-f2d17d94516e",
    "artist": "Sharon Van Etten",
    "artist_ids": [
        "5a2e9cd3-010a-4aae-9f83-629253284202"
    ],
    "album": "Are We There",
    "release_id": "590c9825-3918-4d91-af7d-4b3f821d66f9",
    "release_group_id": "60cbb40c-1db0-4e5b-81a7-b693a67dff0a",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2014-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sharon Van Etten who was originally from New Jersey and now based in Los Angeles, graced our studio in 2014 with a great live performance that included \"Every Time the Sun Comes Up\": https://www.youtube.com/watch?v=DyJEh8qTvD8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}