Information about plays

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

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

{
    "id": 3416979,
    "uri": "https://api.kexp.org/v2/plays/3416979/?format=api",
    "airdate": "2024-10-25T04:25:37-07:00",
    "show": 61665,
    "show_uri": "https://api.kexp.org/v2/shows/61665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Company Culture",
    "track_id": "657578a9-ebc5-4fe0-80b9-a9a681ba747f",
    "recording_id": "30821fb0-84b7-4308-886a-75b3e15b1eb6",
    "artist": "Lambrini Girls",
    "artist_ids": [
        "4eeea7eb-7554-48cb-9e50-c26d434ed9ef"
    ],
    "album": "Company Culture",
    "release_id": "1e566905-fa61-455b-8b83-cfeb22ad1d3b",
    "release_group_id": "1d05448a-4d0c-4844-a248-81bf0c37ac1a",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2024-09-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}