Information about plays

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

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

{
    "id": 352607,
    "uri": "https://api.kexp.org/v2/plays/352607/?format=api",
    "airdate": "2019-07-10T14:40:19-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Xplosion",
    "track_id": "27947459-36b2-3c95-a057-6ccdb413e483",
    "recording_id": null,
    "artist": "OutKast feat. B‐Real",
    "artist_ids": [
        "9c8b5123-d994-4c0c-85c0-465636ae241e"
    ],
    "album": "Stankonia",
    "release_id": "71f0eea5-99fc-38e6-b0b2-390dcd50bf24",
    "release_group_id": null,
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "2000-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stankonia is the fourth studio album by OutKast. It was released on October 31, 2000, by La Face Records.  Lyrically, the album touches upon subjects like sexuality, politics, misogyny, Black culture, parenthood, and introspection.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}