Information about plays

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

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

{
    "id": 3422554,
    "uri": "https://api.kexp.org/v2/plays/3422554/?format=api",
    "airdate": "2024-11-07T16:04:30-08:00",
    "show": 61789,
    "show_uri": "https://api.kexp.org/v2/shows/61789/?format=api",
    "image_uri": "https://ia801805.us.archive.org/10/items/mbid-89c2ee2d-c8da-4c70-a03b-705174a116da/mbid-89c2ee2d-c8da-4c70-a03b-705174a116da-39679858156_thumb500.jpg",
    "thumbnail_uri": "https://ia801805.us.archive.org/10/items/mbid-89c2ee2d-c8da-4c70-a03b-705174a116da/mbid-89c2ee2d-c8da-4c70-a03b-705174a116da-39679858156_thumb250.jpg",
    "song": "Me and The Girls",
    "track_id": "d7fe5bc7-568e-4f72-ad6e-595147d1d31d",
    "recording_id": "e55cf3c6-1e83-4a47-9463-7eea4769d47d",
    "artist": "Amyl and the Sniffers",
    "artist_ids": [
        "0f74b263-65bf-4027-9708-45aadf40122d"
    ],
    "album": "Cartoon Darkness",
    "release_id": "b685ef4f-f025-4b29-833a-d9401d7e5c39",
    "release_group_id": "32fdf291-cd36-4b48-9c6c-fd3ad7956092",
    "labels": [
        "Virgin Music Group"
    ],
    "label_ids": [
        "89a8123b-da2f-40dd-8c85-718a5c4c3a61"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from the Australia-based band: https://amylandthesniffers.bandcamp.com/album/cartoon-darkness",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}