Information about plays

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

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

{
    "id": 3437271,
    "uri": "https://api.kexp.org/v2/plays/3437271/?format=api",
    "airdate": "2024-12-12T19:00:15-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "https://coverartarchive.org/release/7d8eef4c-6e02-4597-85df-8b0733ef62ef/38118447937-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7d8eef4c-6e02-4597-85df-8b0733ef62ef/38118447937-250.jpg",
    "song": "Take You for a Ride",
    "track_id": null,
    "recording_id": "3ec4b08f-6e84-4277-b40f-9a7db8ee090b",
    "artist": "Murasaki",
    "artist_ids": [
        "4b4da98b-8f05-4e14-9b28-089c07a8424d"
    ],
    "album": "Impact",
    "release_id": null,
    "release_group_id": "f5e279e8-c1c7-4a05-8761-0c4db272483b",
    "labels": [
        "BOURBON"
    ],
    "label_ids": [
        "13fa17a4-b958-4dd4-994d-29df3212d9ed"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Murasaki is a legendary hard rock band from Okinawa that was established in 1970 by George Murasaki, and twin brothers Toshio and Masao Shiroma.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}