Information about plays

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

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

{
    "id": 356027,
    "uri": "https://api.kexp.org/v2/plays/356027/?format=api",
    "airdate": "2019-07-18T12:03:00-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not In Kansas",
    "track_id": null,
    "recording_id": null,
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "LIVE in Concert",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I Am Easy to Find is a 2019 American short film directed by Mike Mills starring Alicia Vikander. The short film is shot in black and white and features Vikander playing a woman from birth to death. Check it out!: https://www.youtube.com/watch?v=ifElv18k2O8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}