Information about plays

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

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

{
    "id": 346875,
    "uri": "https://api.kexp.org/v2/plays/346875/?format=api",
    "airdate": "2019-06-27T07:48:38-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "México",
    "track_id": "d621beac-1380-3588-aac3-4792636b4a07",
    "recording_id": null,
    "artist": "Mexican Institute of Sound",
    "artist_ids": [
        "b020d789-323f-4441-a110-032a40d9b10a"
    ],
    "album": "Político",
    "release_id": "9dffdd99-1ab4-48a4-9938-6ada88f9307b",
    "release_group_id": null,
    "labels": [
        "Chusma Records"
    ],
    "label_ids": [
        "0c67b228-0377-4de7-a9b4-8349d1d87749"
    ],
    "release_date": "2012-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's Mexican Institute of Sound's full performance for KEXP at Panoram Studios in Mexico City from February! https://www.youtube.com/watch?v=JwHBxC05o0A&t=2s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}