Information about plays

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

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

{
    "id": 2676774,
    "uri": "https://api.kexp.org/v2/plays/2676774/?format=api",
    "airdate": "2019-12-22T12:48:12-08:00",
    "show": 46203,
    "show_uri": "https://api.kexp.org/v2/shows/46203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Second Guess",
    "track_id": "c380be08-a677-4207-bf56-eff3ef737481",
    "recording_id": null,
    "artist": "Manatee Commune feat. Marina Price",
    "artist_ids": [
        "c26ba13b-e7db-4de7-b2a3-e8cacb58ba68"
    ],
    "album": "Manatee Commune",
    "release_id": "40e702b6-1215-477b-9607-d4e2e9f9da9e",
    "release_group_id": null,
    "labels": [
        "Bastard Jazz Recordings"
    ],
    "label_ids": [
        "1c84f4d1-6892-4323-b562-e8d4902f8032"
    ],
    "release_date": "2016-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live at Neumos on December 30 with Chong the Nomad and Torpoise. https://www.manateecommune.co/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}