Information about plays

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

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

{
    "id": 3440008,
    "uri": "https://api.kexp.org/v2/plays/3440008/?format=api",
    "airdate": "2024-12-19T08:46:34-08:00",
    "show": 62149,
    "show_uri": "https://api.kexp.org/v2/shows/62149/?format=api",
    "image_uri": "https://ia801207.us.archive.org/29/items/mbid-252647db-6974-309e-9ca1-738f6f07851b/mbid-252647db-6974-309e-9ca1-738f6f07851b-39872254431_thumb500.jpg",
    "thumbnail_uri": "https://ia801207.us.archive.org/29/items/mbid-252647db-6974-309e-9ca1-738f6f07851b/mbid-252647db-6974-309e-9ca1-738f6f07851b-39872254431_thumb250.jpg",
    "song": "Turn You Inside‐Out",
    "track_id": "086ac007-71d7-3f12-b138-d634130b066f",
    "recording_id": "cdbbb439-b0cd-48ee-a4de-935c4bf9eb83",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Green",
    "release_id": "252647db-6974-309e-9ca1-738f6f07851b",
    "release_group_id": "16a9cef3-b470-3ae1-bf10-cc04232d3e21",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1988-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Turn You Inside-Out features percussion from Keith LeBlanc. \n\nThe main guitar riff in this track is an inversion of the one used in their track \"Finest Worksong\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}