Information about plays

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

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

{
    "id": 3321607,
    "uri": "https://api.kexp.org/v2/plays/3321607/?format=api",
    "airdate": "2024-03-13T23:46:43-07:00",
    "show": 59669,
    "show_uri": "https://api.kexp.org/v2/shows/59669/?format=api",
    "image_uri": "https://ia601308.us.archive.org/14/items/mbid-6a23cb2a-89f5-4c06-861d-042ebea0bfa9/mbid-6a23cb2a-89f5-4c06-861d-042ebea0bfa9-38171224253_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/14/items/mbid-6a23cb2a-89f5-4c06-861d-042ebea0bfa9/mbid-6a23cb2a-89f5-4c06-861d-042ebea0bfa9-38171224253_thumb250.jpg",
    "song": "Anti - Fun Propaganda",
    "track_id": "66fa45cd-041b-4151-b827-b1f77cf2df28",
    "recording_id": "7d6f50dc-65a8-45c9-ab98-7e3c512ecaa6",
    "artist": "Gen and the Degenerates",
    "artist_ids": [
        "c5981482-72cb-4760-9744-b64d9653d01b"
    ],
    "album": "ANTI‐FUN PROPAGANDA",
    "release_id": "6a23cb2a-89f5-4c06-861d-042ebea0bfa9",
    "release_group_id": "9def229e-3e7f-45b6-be56-ed465f6e7db8",
    "labels": [
        "Marshall Records"
    ],
    "label_ids": [
        "69d3137a-481a-4053-8ae4-7f9ce6b7e1d1"
    ],
    "release_date": "2024-02-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.genandthedegenerates.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}