Information about plays

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

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

{
    "id": 2675419,
    "uri": "https://api.kexp.org/v2/plays/2675419/?format=api",
    "airdate": "2019-12-19T15:22:00-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Don't Say Anything",
    "track_id": null,
    "recording_id": null,
    "artist": "Say Sue Me",
    "artist_ids": [
        "6533674b-9d30-4328-bdfe-92318e12e53a"
    ],
    "album": "Live on the Afternoon Show",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Damnably"
    ],
    "label_ids": [],
    "release_date": "2019-12-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Say Sue Me's musical style has been described as surf rock or \"surfgaze.\" The band has said that their surf rock sound was not intentional, but was likely influenced by their seaside hometown Busan and their practice room's proximity to the beach",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}