Information about plays

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

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

{
    "id": 3428708,
    "uri": "https://api.kexp.org/v2/plays/3428708/?format=api",
    "airdate": "2024-11-22T14:16:59-08:00",
    "show": 61916,
    "show_uri": "https://api.kexp.org/v2/shows/61916/?format=api",
    "image_uri": "https://ia803202.us.archive.org/20/items/mbid-84fd8d57-874b-40b6-8715-f4aaf89a7ff3/mbid-84fd8d57-874b-40b6-8715-f4aaf89a7ff3-40460174280_thumb500.jpg",
    "thumbnail_uri": "https://ia803202.us.archive.org/20/items/mbid-84fd8d57-874b-40b6-8715-f4aaf89a7ff3/mbid-84fd8d57-874b-40b6-8715-f4aaf89a7ff3-40460174280_thumb250.jpg",
    "song": "X-Ray Eyes",
    "track_id": "12725492-5efb-4a1e-a17b-a1b7dc0fc72a",
    "recording_id": "8912139e-1f70-4fb4-a876-7061b215e8d5",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "X-Ray Eyes",
    "release_id": "84fd8d57-874b-40b6-8715-f4aaf89a7ff3",
    "release_group_id": "193fc1d4-4741-4cb6-b2df-7272be85350d",
    "labels": [
        "Columbia",
        "DFA Records"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A new LCD Soundsystem tune, the first in two years!\n\nJames Murphy on the new single: \"[X-Ray Eyes] is the first single of what’s shaping up to be a new album. don’t ask me when that is, because we’re still working on it. but it feels very good to be putting out new music.\"\n\nRead more about the album tease here:\nhttps://pitchfork.com/news/lcd-soundsystem-tease-album-officially-release-new-song-x-ray-eyes-listen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}