Information about plays

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

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

{
    "id": 2682784,
    "uri": "https://api.kexp.org/v2/plays/2682784/?format=api",
    "airdate": "2020-01-06T08:58:09-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?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": "For our friends listening in Mexico this morning. If you have yet to see their amazing live set on KEXP from Mexico City last year, well, let's correct that issue. https://www.youtube.com/watch?v=JwHBxC05o0A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}