Information about plays

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

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

{
    "id": 354440,
    "uri": "https://api.kexp.org/v2/plays/354440/?format=api",
    "airdate": "2019-07-14T21:38:00-07:00",
    "show": 5909,
    "show_uri": "https://api.kexp.org/v2/shows/5909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Many Hands",
    "track_id": null,
    "recording_id": null,
    "artist": "Bosq",
    "artist_ids": [
        "bc369d7d-0c06-4944-9eb5-e90a104f4a47"
    ],
    "album": "Earth Night 2019",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Earth Night"
    ],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track from Benjamin Woods, creating under the name Bosq, was released as part of Earth Night 2019 with the goal of raising awareness and funds for climate action. Check out the full album: https://earthnightrecords.bandcamp.com/album/earth-night-2019",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}