Information about plays

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

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

{
    "id": 2682813,
    "uri": "https://api.kexp.org/v2/plays/2682813/?format=api",
    "airdate": "2020-01-06T10:29:02-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Embarrassing Heart",
    "track_id": "ade465ae-87e9-42ef-8643-79201fbe51f6",
    "recording_id": null,
    "artist": "Georgia Maq",
    "artist_ids": [
        "055ac294-a4a2-4c6e-a2f4-a77e66c1273f"
    ],
    "album": "Pleaser",
    "release_id": "9b77fe56-3e69-4374-a1bd-03504ba2a313",
    "release_group_id": null,
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2019-12-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The lead singer for the barn-burning punk act Camp Cope shifts into synth-pop and romantic love for her solo debut. You can dive deep into her 2018 project here: https://bit.ly/2Fs0f1T",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}