Information about plays

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

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

{
    "id": 3421588,
    "uri": "https://api.kexp.org/v2/plays/3421588/?format=api",
    "airdate": "2024-11-05T04:40:02-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winter Baby / New Jersey Blues",
    "track_id": "48a5a745-dcfb-4ef9-98cb-42f9a35f7a1b",
    "recording_id": "9dc87df5-e6e4-4938-a5b8-e002a24fedd6",
    "artist": "070 Shake",
    "artist_ids": [
        "741dbc8e-1cd5-4a66-b2b8-43bbad87ae12"
    ],
    "album": "Petrichor",
    "release_id": "e7014c30-1989-4bd4-b3ae-f6f887596daa",
    "release_group_id": "e195433b-be3a-43fc-af96-3d80da59d9a1",
    "labels": [
        "G.O.O.D. Music"
    ],
    "label_ids": [
        "e36fde8b-924d-4ed0-9c8b-1fcb70ce42ec"
    ],
    "release_date": "2024-11-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=pLzm_xNb7Ps",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}