Information about plays

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

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

{
    "id": 356215,
    "uri": "https://api.kexp.org/v2/plays/356215/?format=api",
    "airdate": "2019-07-18T22:04:25-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Te Calles",
    "track_id": "9c9b2bb1-bb3c-49d0-8ef1-0cf1b85ee2f1",
    "recording_id": null,
    "artist": "Rubén Blades & Making Movies",
    "artist_ids": [
        "550dae37-1c3e-4545-b6c8-c515dbff6b77"
    ],
    "album": "No Te Calles",
    "release_id": "bb31e7be-923a-4ffd-8483-4603c1aa7c55",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The prolific Panamanian singer, songwriter and bandleader Ruben Blades tries on a new hat as a protest rocker in “No Te Calles,” his new song with Kansas City psych-rock band Making Movies.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}