Information about plays

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

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

{
    "id": 345884,
    "uri": "https://api.kexp.org/v2/plays/345884/?format=api",
    "airdate": "2019-06-25T08:34:41-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Constellation Freedom",
    "track_id": "e6cfbf57-db57-4475-9d6d-6ff46798f70d",
    "recording_id": null,
    "artist": "Capsula",
    "artist_ids": [
        "2209c9f8-7063-4f34-8227-c8c76a9b2e12"
    ],
    "album": "Solar Secrets",
    "release_id": "a0122d3b-a7f3-45ad-8d4b-49893fedd008",
    "release_group_id": null,
    "labels": [
        "Krian Music Group"
    ],
    "label_ids": [
        "19081f70-03e3-49ef-a9bc-392539679d71"
    ],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Find all of Capsula's in studios here: https://www.capsulacapsula.com/videos-kexp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}