Information about plays

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

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

{
    "id": 352139,
    "uri": "https://api.kexp.org/v2/plays/352139/?format=api",
    "airdate": "2019-07-09T14:39:00-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Samaritans",
    "track_id": "62ea7f74-1ccb-4647-b1d3-41dca9ccc5c7",
    "recording_id": null,
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "Joy as an Act of Resistance.",
    "release_id": "882917bf-09f9-42c2-8c3e-41bb741d126e",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [],
    "release_date": "2018-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the music video for this track and stay tuned to our YouTube page for their Gathering Space performance coming soon :) https://www.youtube.com/watch?v=si2pZRifgIo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}