Information about plays

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

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

{
    "id": 3415242,
    "uri": "https://api.kexp.org/v2/plays/3415242/?format=api",
    "airdate": "2024-10-20T19:16:34-07:00",
    "show": 61629,
    "show_uri": "https://api.kexp.org/v2/shows/61629/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ride Em Low You All",
    "track_id": null,
    "recording_id": null,
    "artist": "Esteban Jordan",
    "artist_ids": [],
    "album": "7\" 45 RPM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "El Parche"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Esteban Jordan's \"Ride Em Low You All\" was released 1979 out of Corpus Christi, Texas.\nEsteban \"Steve\" Jordan was a jazz, rock, blues, conjunto and Tejano musician from the United States. He was also known as \"El Parche\", \"The Jimi Hendrix of the accordion\", and \"the accordion wizard\". An accomplished musician, he played 35 different instruments.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}