Information about plays

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

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

{
    "id": 376715,
    "uri": "https://api.kexp.org/v2/plays/376715/?format=api",
    "airdate": "2019-09-04T20:40:00-07:00",
    "show": 6269,
    "show_uri": "https://api.kexp.org/v2/shows/6269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talk About Lonesome",
    "track_id": "90f09d7c-3e7d-30ca-a2ac-7636f67f0e72",
    "recording_id": null,
    "artist": "Beachwood Sparks",
    "artist_ids": [
        "afeb541c-b962-42d2-b0be-8b9c14d13ca6"
    ],
    "album": "The Tarnished Gold",
    "release_id": "56fa6205-806d-4ed2-a41e-c50f40191207",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": "2012-06-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Neal Casal, who lent his expert guitar to this and too many other projects and bands and sessions to mention.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}