Information about plays

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

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

{
    "id": 3593139,
    "uri": "https://api.kexp.org/v2/plays/3593139/?format=api",
    "airdate": "2025-12-19T16:20:24-08:00",
    "show": 65421,
    "show_uri": "https://api.kexp.org/v2/shows/65421/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Company Culture",
    "track_id": "fc131292-4b85-4c7d-a633-8e12bfd43a11",
    "recording_id": "0e6a80e4-c7a0-40eb-9beb-65dcfe340f07",
    "artist": "Lambrini Girls",
    "artist_ids": [
        "4eeea7eb-7554-48cb-9e50-c26d434ed9ef"
    ],
    "album": "Who Let The Dogs Out",
    "release_id": "e8aba5b1-8ad1-4ed4-9be4-8d32d2c3c727",
    "release_group_id": "31e2c201-6167-4eb6-8432-c83c533425ce",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2025-01-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#28\n\nLambrini Girls performed Live in the KEXP Studio in August 2024: https://www.youtube.com/watch?v=w7BfivzIreo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}