Information about plays

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

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

{
    "id": 376714,
    "uri": "https://api.kexp.org/v2/plays/376714/?format=api",
    "airdate": "2019-09-04T20:37:00-07:00",
    "show": 6269,
    "show_uri": "https://api.kexp.org/v2/shows/6269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tarnished Gold",
    "track_id": "574999cc-2fe9-36ad-bbcc-031a47f8e9c2",
    "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": "Paying tribute tonight to Neal Casal ; https://www.guitarworld.com/news/neal-casal-guitarist-for-chris-robinson-brotherhood-ryan-adams-and-others-is-dead-at-50",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}