Information about plays

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

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

{
    "id": 3501144,
    "uri": "https://api.kexp.org/v2/plays/3501144/?format=api",
    "airdate": "2025-05-14T05:23:47-07:00",
    "show": 63456,
    "show_uri": "https://api.kexp.org/v2/shows/63456/?format=api",
    "image_uri": "https://ia800105.us.archive.org/28/items/mbid-56ac83b4-4fa6-429d-9f28-f20a793a8d37/mbid-56ac83b4-4fa6-429d-9f28-f20a793a8d37-40954323664_thumb500.jpg",
    "thumbnail_uri": "https://ia600105.us.archive.org/28/items/mbid-56ac83b4-4fa6-429d-9f28-f20a793a8d37/mbid-56ac83b4-4fa6-429d-9f28-f20a793a8d37-40954323664_thumb250.jpg",
    "song": "Vietnam (GT Remix)",
    "track_id": "5c8e7c73-c97f-4653-a010-605c2ef41ce9",
    "recording_id": "47aa9dd7-5b1d-4444-80e3-21deb4e0adb5",
    "artist": "Lowkey",
    "artist_ids": [
        "0d0fc843-a6d4-45a2-b87f-e1cc7780cd95"
    ],
    "album": "GT REMIXES",
    "release_id": "56ac83b4-4fa6-429d-9f28-f20a793a8d37",
    "release_group_id": "de77ff52-657e-4f38-b759-180917cc84ed",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-12-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gabriel Teodros remixes \"Vietnam\" by Lowkey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}