Information about plays

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

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

{
    "id": 3413036,
    "uri": "https://api.kexp.org/v2/plays/3413036/?format=api",
    "airdate": "2024-10-15T16:28:38-07:00",
    "show": 61585,
    "show_uri": "https://api.kexp.org/v2/shows/61585/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Monumental",
    "track_id": "d09be8f1-db8b-43fd-a1c9-3c3775dde436",
    "recording_id": "f2d5b4ac-ce31-4116-976a-d4a76ab62a5c",
    "artist": "Juniore",
    "artist_ids": [
        "92175c4d-293f-4794-bbe4-136e261256a6"
    ],
    "album": "Trois, deux, un",
    "release_id": "f457a4f9-58a4-46fa-936f-3695d6413c30",
    "release_group_id": "8746bc9d-5eef-424a-8a8f-cffffbaf14a8",
    "labels": [
        "Le Phonographe"
    ],
    "label_ids": [
        "89e827dd-93bd-4ba8-90e1-5af500383250"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Juniore is a boyish girl-band, brain child of Anna Jean and produced by Samy Osta.\n\nCheck out their latest album here: https://heyjuniore.bandcamp.com/album/trois-deux-un",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}