Information about plays

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

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

{
    "id": 353641,
    "uri": "https://api.kexp.org/v2/plays/353641/?format=api",
    "airdate": "2019-07-12T22:53:00-07:00",
    "show": 5891,
    "show_uri": "https://api.kexp.org/v2/shows/5891/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Me Home",
    "track_id": null,
    "recording_id": null,
    "artist": "Terror Squad",
    "artist_ids": [
        "995d7339-ff57-498e-9c8e-faf955eba696"
    ],
    "album": "True Story",
    "release_id": "85d9ed7e-0319-4d30-924b-062f42d91ede",
    "release_group_id": null,
    "labels": [
        "Universal Records"
    ],
    "label_ids": [],
    "release_date": "2004-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the 2004 video for Terror Squad's 'Take Me Home' here: https://www.youtube.com/watch?v=HroCO0yLnQ4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}