Information about plays

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

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

{
    "id": 3428496,
    "uri": "https://api.kexp.org/v2/plays/3428496/?format=api",
    "airdate": "2024-11-22T03:02:25-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia601602.us.archive.org/34/items/mbid-0ac490e9-5a73-49fd-a2df-3fe39f9d40b3/mbid-0ac490e9-5a73-49fd-a2df-3fe39f9d40b3-39431286336_thumb500.jpg",
    "thumbnail_uri": "https://ia801602.us.archive.org/34/items/mbid-0ac490e9-5a73-49fd-a2df-3fe39f9d40b3/mbid-0ac490e9-5a73-49fd-a2df-3fe39f9d40b3-39431286336_thumb250.jpg",
    "song": "Love Songs",
    "track_id": "9bcb111e-2a30-4762-b862-b7acebb96b34",
    "recording_id": "769828ed-d486-4dcd-a93b-5019fb596094",
    "artist": "Clairo",
    "artist_ids": [
        "d786f59b-1836-4ddb-8393-ab753edbe984"
    ],
    "album": "Like Someone I Know: A Celebration of Margo Guryan",
    "release_id": "0ac490e9-5a73-49fd-a2df-3fe39f9d40b3",
    "release_group_id": "7a2a9876-229b-4491-8a64-db18d10aa748",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2024-11-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out more from 'Like Someone I Know: A Celebration of Margo Guryan'. The album is a compilation of reinterpreted and reimagined covers by the late and great Margo:\n\nhttps://margoguryan.bandcamp.com/album/like-someone-i-know-a-celebration-of-margo-guryan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}