Information about plays

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

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

{
    "id": 3421923,
    "uri": "https://api.kexp.org/v2/plays/3421923/?format=api",
    "airdate": "2024-11-06T01:19:04-08:00",
    "show": 61776,
    "show_uri": "https://api.kexp.org/v2/shows/61776/?format=api",
    "image_uri": "https://ia600402.us.archive.org/11/items/mbid-e14524d5-920d-4604-9881-a11b26199942/mbid-e14524d5-920d-4604-9881-a11b26199942-38998114048_thumb500.jpg",
    "thumbnail_uri": "https://ia800402.us.archive.org/11/items/mbid-e14524d5-920d-4604-9881-a11b26199942/mbid-e14524d5-920d-4604-9881-a11b26199942-38998114048_thumb250.jpg",
    "song": "Treat Each Other Right",
    "track_id": "ec122aa1-fd10-407e-90c4-3122fee88c13",
    "recording_id": "d060d2e9-5f7b-4b60-acfa-919338be18c1",
    "artist": "Jamie xx",
    "artist_ids": [
        "d1515727-4a93-4c0d-88cb-d7a9fce01879"
    ],
    "album": "In Waves",
    "release_id": "e14524d5-920d-4604-9881-a11b26199942",
    "release_group_id": "1668c806-5c28-4655-89a2-f1f7bc786084",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The new album \"In Waves\" released in September.\n\nJamie xx will be at WAMU Theatre on January 21st.\n\nhttps://www.jamiexx.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}