Information about plays

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

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

{
    "id": 3411315,
    "uri": "https://api.kexp.org/v2/plays/3411315/?format=api",
    "airdate": "2024-10-11T14:40:00-07:00",
    "show": 61546,
    "show_uri": "https://api.kexp.org/v2/shows/61546/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trouble Symphony",
    "track_id": "2b785c74-3b53-4a34-ac39-ac25f8051976",
    "recording_id": "23ad8110-8655-4ac3-b69a-2ec9ccd847ae",
    "artist": "Carlita feat. DJ Tennis",
    "artist_ids": [
        "b75c3ac9-6822-4dbb-9d7a-4f78deee9b7e",
        "e3f7dc2c-40d3-41ee-b120-3b4cd9fe90bd"
    ],
    "album": "Sentimental",
    "release_id": "60ddfd7f-be55-4a83-a35f-a04b1da3c50c",
    "release_group_id": "56ac62e2-4e42-4ad0-aa33-15a46f736338",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2024-11-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The last single released ahead of upcoming album Sentimental, Carlita dropped \"Trouble Symphony\" yesterday\n\nhttps://electronicgroove.com/listen-carlita-new-single-dj-tennis-trouble-symphony/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}