Information about plays

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

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

{
    "id": 3428472,
    "uri": "https://api.kexp.org/v2/plays/3428472/?format=api",
    "airdate": "2024-11-22T01:27:54-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia803008.us.archive.org/25/items/mbid-d1b10da9-c1df-4619-9c5c-da7599df5b56/mbid-d1b10da9-c1df-4619-9c5c-da7599df5b56-6830297851_thumb500.jpg",
    "thumbnail_uri": "https://ia803008.us.archive.org/25/items/mbid-d1b10da9-c1df-4619-9c5c-da7599df5b56/mbid-d1b10da9-c1df-4619-9c5c-da7599df5b56-6830297851_thumb250.jpg",
    "song": "Freak, Go Home",
    "track_id": "918654cc-a9f5-4251-bead-1042ea2144ab",
    "recording_id": "ddf2397f-1bf8-438a-b1a2-84ccb2516944",
    "artist": "Darkside",
    "artist_ids": [
        "116b79ab-b049-4299-8fd8-17ac8a18b7f3"
    ],
    "album": "Psychic",
    "release_id": "d1b10da9-c1df-4619-9c5c-da7599df5b56",
    "release_group_id": "bbef847d-0678-4a9d-9db6-3447ac72c6a2",
    "labels": [
        "Matador",
        "Other People"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc",
        "7eafcf10-49dc-4646-8870-5e5505626b0f"
    ],
    "release_date": "2013-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}