Information about plays

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

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

{
    "id": 3421596,
    "uri": "https://api.kexp.org/v2/plays/3421596/?format=api",
    "airdate": "2024-11-05T05:13:39-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "First new LCD Soundsystem tune in two years! https://lcdsoundsystem.com\n\nRead more about where the band's at in production of their next full album on their Instagram via this link: https://www.instagram.com/p/DB1G406PQme/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}