Information about plays

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

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

{
    "id": 2675366,
    "uri": "https://api.kexp.org/v2/plays/2675366/?format=api",
    "airdate": "2019-12-19T12:35:00-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Real or Not",
    "track_id": "cca6b91e-e837-4a05-9f72-915a3b9903f5",
    "recording_id": null,
    "artist": "French Vanilla",
    "artist_ids": [
        "8b647c17-ca0c-4ff6-b2a7-ba63f9e4a88d"
    ],
    "album": "How Am I Not Myself?",
    "release_id": "a61ded91-cc92-44c9-9f04-c8e689c024b7",
    "release_group_id": null,
    "labels": [
        "Danger Collective Records"
    ],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun review... \"The most liberal use of saxophone you’re likely to hear on a rock record in 2019 does not involve Bruce Springsteen, nor any titans of third-wave ska (yes, Reel Big Fish put out an album recently). It’s the new album by French Vanilla, a cheerfully subversive art-punk group nurtured in Los Angeles’s queer punk scene.\" https://bit.ly/2s7pTGj",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}