Information about plays

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

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

{
    "id": 3218247,
    "uri": "https://api.kexp.org/v2/plays/3218247/?format=api",
    "airdate": "2023-07-12T07:12:24-07:00",
    "show": 57488,
    "show_uri": "https://api.kexp.org/v2/shows/57488/?format=api",
    "image_uri": "https://coverartarchive.org/release/789f6eb5-c7e1-37f7-a8f4-1a3374af225f/24575968503-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/789f6eb5-c7e1-37f7-a8f4-1a3374af225f/24575968503-250.jpg",
    "song": "May This Be Love",
    "track_id": null,
    "recording_id": "03892acd-71f9-48a0-81c1-170daa205a03",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Are You Experienced",
    "release_id": null,
    "release_group_id": "da40e720-2097-3730-8a7f-0c2ddbff4a96",
    "labels": [
        "Sony Records International"
    ],
    "label_ids": [
        "c9a4ea86-7611-4fff-9f4f-41f18be7e14b"
    ],
    "release_date": "1967-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a song review for AllMusic, Thomas Ward called the original recording \"one of the most musically sophisticated tracks on Are You Experienced?\". He praises Hendrix's vocal, lyrics, and guitar work and concludes \"'May This Be Love' is essentially a beautiful love song, one of the finest love songs in Hendrix’s canon. The guitar solo at the song’s conclusion is outstanding.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}