Information about plays

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

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

{
    "id": 3421977,
    "uri": "https://api.kexp.org/v2/plays/3421977/?format=api",
    "airdate": "2024-11-06T04:27:43-08:00",
    "show": 61776,
    "show_uri": "https://api.kexp.org/v2/shows/61776/?format=api",
    "image_uri": "https://ia600800.us.archive.org/18/items/mbid-89f54f05-43d2-4637-83bf-d5e32da09f23/mbid-89f54f05-43d2-4637-83bf-d5e32da09f23-16610183816_thumb500.jpg",
    "thumbnail_uri": "https://ia600800.us.archive.org/18/items/mbid-89f54f05-43d2-4637-83bf-d5e32da09f23/mbid-89f54f05-43d2-4637-83bf-d5e32da09f23-16610183816_thumb250.jpg",
    "song": "Like Really",
    "track_id": "052cdb89-efb7-4259-80fb-373f00fc74cb",
    "recording_id": "02f10f90-2fca-4077-bcde-6028899dc86c",
    "artist": "Oddisee",
    "artist_ids": [
        "aaae09b3-70d9-4a65-bb3f-57e85dfe9b83"
    ],
    "album": "The Iceberg",
    "release_id": "89f54f05-43d2-4637-83bf-d5e32da09f23",
    "release_group_id": "e0ae57ce-4dab-403e-b727-a752c53d0c0d",
    "labels": [
        "Mello Music Group"
    ],
    "label_ids": [
        "76efd859-3479-4c4a-a2ea-11740a0ab5b7"
    ],
    "release_date": "2017-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "How you gonna make us great, when we were never really that amazing (nah like really)\nTake it back to what, I don't find hanging black lives entertaining (nah like really)\nHow do you police the streets of a neighborhood you do not engage in (nah like really)\nWhy a brother get three for a sack while your brother go free for a raping (nah like really)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}