Information about plays

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

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

{
    "id": 3414731,
    "uri": "https://api.kexp.org/v2/plays/3414731/?format=api",
    "airdate": "2024-10-19T15:52:53-07:00",
    "show": 61620,
    "show_uri": "https://api.kexp.org/v2/shows/61620/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hardcore Workout Queen",
    "track_id": "4446853a-5443-4acc-9685-b7d7386c7b39",
    "recording_id": "c7c1b402-0fc4-47b1-9810-183fe77e5845",
    "artist": "Friedberg",
    "artist_ids": [
        "787e7ec8-6cbb-4a31-8ad3-be14c7f4662e"
    ],
    "album": "Hardcore Workout Queen",
    "release_id": "fb73c29b-1057-4fd1-8010-e13fc87d6913",
    "release_group_id": "857a1556-ebfa-4532-9a3e-763fc0e188af",
    "labels": [
        "Clouds Hill"
    ],
    "label_ids": [
        "bb2839af-9170-481a-bc6f-db97a4e78cf0"
    ],
    "release_date": "2024-11-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The London-based four-piece led by Austrian singer-songwriter Anna Friedberg https://friedberg.bandcamp.com/album/hardcore-workout-queen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}