Information about plays

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

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

{
    "id": 3438053,
    "uri": "https://api.kexp.org/v2/plays/3438053/?format=api",
    "airdate": "2024-12-14T16:07:22-08:00",
    "show": 62110,
    "show_uri": "https://api.kexp.org/v2/shows/62110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Favourite Girl",
    "track_id": "3eb00b53-83ed-4160-aa73-73a12deff245",
    "recording_id": "88f2b4b6-4cad-4694-93e6-dd771056fd26",
    "artist": "Biig Piig",
    "artist_ids": [
        "b618a5f3-085d-4966-887f-6d264c61524a"
    ],
    "album": "11:11",
    "release_id": "e9600212-62b5-4ec4-a54f-cea9f31a9372",
    "release_group_id": "83fb32ae-26d4-4522-b570-11a77563d694",
    "labels": [
        "Sony Music Entertainment UK"
    ],
    "label_ids": [
        "30e2888f-2425-4457-ba5a-4a2fcf65035c"
    ],
    "release_date": "2025-02-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Biig Piig!\nJessyca Smith (Biig Piig) is an Irish singer and rapper who performs in both English and Spanish.\nHer new album, \"11:11\" will be out this upcoming February!\nCheck it out for pre-order here: https://www.biig-piig.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}