Information about plays

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

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

{
    "id": 352136,
    "uri": "https://api.kexp.org/v2/plays/352136/?format=api",
    "airdate": "2019-07-09T14:28:00-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(I Blame) Society",
    "track_id": "37fc29d6-99df-4714-9343-9ad8365d2025",
    "recording_id": null,
    "artist": "Titus Andronicus",
    "artist_ids": [
        "d38c47f6-d9bb-4a77-aaea-df53a6616a68"
    ],
    "album": "An Obelisk",
    "release_id": "0f38f1f5-fda5-4c7b-b4f4-f45cba251adf",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An Obelisk is the sixth album from Titus Andronicus, which finds the noted rock band under the stewardship of producer and legendary rocker Bob Mould (Hüsker Dü, Sugar, et al.). This trans-generational meeting of the minds has yielded the most immediate, intense, and unadorned Titus Andronicus record to date. https://bit.ly/2G4F4nj",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}