Information about plays

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

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

{
    "id": 3421314,
    "uri": "https://api.kexp.org/v2/plays/3421314/?format=api",
    "airdate": "2024-11-04T12:20:49-08:00",
    "show": 61762,
    "show_uri": "https://api.kexp.org/v2/shows/61762/?format=api",
    "image_uri": "https://ia601908.us.archive.org/31/items/mbid-0300786d-de87-4edd-b6e9-1fbf9236b97d/mbid-0300786d-de87-4edd-b6e9-1fbf9236b97d-22109165180_thumb500.jpg",
    "thumbnail_uri": "https://ia801908.us.archive.org/31/items/mbid-0300786d-de87-4edd-b6e9-1fbf9236b97d/mbid-0300786d-de87-4edd-b6e9-1fbf9236b97d-22109165180_thumb250.jpg",
    "song": "Rimbaud Eyes",
    "track_id": "8937543c-13aa-4a59-b7da-2dd1540dbbfc",
    "recording_id": "9c7968f8-67ad-448d-a052-56d9bdc703a0",
    "artist": "Dum Dum Girls",
    "artist_ids": [
        "ca405011-906d-4090-992f-f230739278b1"
    ],
    "album": "Too True",
    "release_id": "0300786d-de87-4edd-b6e9-1fbf9236b97d",
    "release_group_id": "bd4128af-22b1-4ba2-b3d0-b5b7b27852ff",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2014-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}