Information about plays

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

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

{
    "id": 3440024,
    "uri": "https://api.kexp.org/v2/plays/3440024/?format=api",
    "airdate": "2024-12-19T09:28:37-08:00",
    "show": 62149,
    "show_uri": "https://api.kexp.org/v2/shows/62149/?format=api",
    "image_uri": "https://ia801402.us.archive.org/6/items/mbid-9165ac0d-cb71-4419-ab57-2d46e7c4d5c0/mbid-9165ac0d-cb71-4419-ab57-2d46e7c4d5c0-33791350234_thumb500.jpg",
    "thumbnail_uri": "https://ia601402.us.archive.org/6/items/mbid-9165ac0d-cb71-4419-ab57-2d46e7c4d5c0/mbid-9165ac0d-cb71-4419-ab57-2d46e7c4d5c0-33791350234_thumb250.jpg",
    "song": "Fly Me to the Moon (In Other Words)",
    "track_id": "4c5c6a31-a148-4080-82cd-c4d55501e1ec",
    "recording_id": "96e25e14-65be-47bb-971a-be6fd28c741f",
    "artist": "Frank Sinatra & Count Basie",
    "artist_ids": [
        "197450cd-0124-4164-b723-3c22dd16494d",
        "0dbd6300-efdc-420b-857e-895e18fad317"
    ],
    "album": "It Might as Well Be Swing",
    "release_id": "9165ac0d-cb71-4419-ab57-2d46e7c4d5c0",
    "release_group_id": "80c2bb42-0c5e-35ed-8c63-392da06d5983",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1964-12-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This iconic version of Fly Me to the Moon was arranged by Quincy Jones. Among other contributions to the arrangement Jones raised the tempo and moved the song form 3/4 to 4/4 time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}