Information about plays

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

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

{
    "id": 3421946,
    "uri": "https://api.kexp.org/v2/plays/3421946/?format=api",
    "airdate": "2024-11-06T02:38:10-08:00",
    "show": 61776,
    "show_uri": "https://api.kexp.org/v2/shows/61776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m on your team",
    "track_id": "40a8ad96-f50f-4fb1-9eca-9b2a10b89ce0",
    "recording_id": "d09e9fe8-52d0-4f01-ab8c-c5462ab08e0a",
    "artist": "Romy & Sampha",
    "artist_ids": [
        "b46efb1e-ecd9-4044-9820-14c64c2d657e",
        "130c2184-14f2-4180-a216-04b5a333be57"
    ],
    "album": "I’m on your team",
    "release_id": "36a69df4-6dd6-48f1-9981-54f4459c3ee2",
    "release_group_id": "ddf9b57b-4314-4fa5-9ab7-03dfeaa84565",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2024-10-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“It’s a love song but lyrically, it’s honest and truthful,” Romy said of “I’m on Your Team,” which she and Sampha made with co-producer and composer Thomas Bartlett. “Like, ‘we’ve had the magic and dreaminess but now we’ve been through things together, so here we are and I’m putting in the work.’”\n\nSampha added, “I love the idea of being part of a team, that you have to show up for each other, and from there you can create an even deeper connection.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}