Information about plays

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

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

{
    "id": 3413187,
    "uri": "https://api.kexp.org/v2/plays/3413187/?format=api",
    "airdate": "2024-10-16T01:07:17-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Wish",
    "track_id": "ab3248a2-e076-4fa6-a1e3-15c13e00cd8d",
    "recording_id": "34e83cf4-bdfd-46fc-b306-d9cd386e3d3f",
    "artist": "Ravyn Lenae feat. Childish Gambino",
    "artist_ids": [
        "7fb57fba-a6ef-44c2-abab-2fa3bdee607e",
        "94c64122-dbd4-4927-b2fa-f204b0b4b0c2"
    ],
    "album": "Bird’s Eye",
    "release_id": "d0bd6047-15cf-4a6d-a015-8cf68cef285d",
    "release_group_id": "b5779d28-c0a4-480c-9cfc-fb8944305f3e",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2024-08-09",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the music video:\n\nhttps://www.youtube.com/watch?v=4oNYTgzNEPQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}