Information about plays

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

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

{
    "id": 3413149,
    "uri": "https://api.kexp.org/v2/plays/3413149/?format=api",
    "airdate": "2024-10-15T23:17:21-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Before the Fire",
    "track_id": null,
    "recording_id": "65bf055f-d292-4978-969c-7b7b674313e9",
    "artist": "Santigold",
    "artist_ids": [
        "97b20fe3-0924-4a5f-9955-d0b5c5f9587f"
    ],
    "album": "99¢",
    "release_id": null,
    "release_group_id": "9b688354-f976-433a-91eb-0a6e740efe08",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2016-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Designer, performance artist, vocalist, songwriter Santigold! https://santigold.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}