Information about plays

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

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

{
    "id": 3416612,
    "uri": "https://api.kexp.org/v2/plays/3416612/?format=api",
    "airdate": "2024-10-24T06:33:24-07:00",
    "show": 61658,
    "show_uri": "https://api.kexp.org/v2/shows/61658/?format=api",
    "image_uri": "https://ia800101.us.archive.org/33/items/mbid-0c72e8d4-98a6-3a14-a407-8927d142edc2/mbid-0c72e8d4-98a6-3a14-a407-8927d142edc2-36030832301_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "You Learn",
    "track_id": "f61ac64d-4730-3594-ac79-3dd90d94490b",
    "recording_id": "e3b19d83-1fe3-47ac-91d3-36ce33d53732",
    "artist": "Alanis Morissette",
    "artist_ids": [
        "4bdcee62-4902-4773-8cd1-e252e2e31225"
    ],
    "album": "Jagged Little Pill",
    "release_id": "0c72e8d4-98a6-3a14-a407-8927d142edc2",
    "release_group_id": "ee3d18ed-d6a8-37c7-a964-41bbdb6d59f1",
    "labels": [
        "Maverick",
        "WEA Records",
        "Reprise Records"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688",
        "9cb71385-b33b-465b-bec6-72de85b6a7e1",
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1995-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!\n\nWatch the official music video here:\nhttps://www.youtube.com/watch?v=GFW-WfuX2Dk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}