Information about plays

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

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

{
    "id": 2683229,
    "uri": "https://api.kexp.org/v2/plays/2683229/?format=api",
    "airdate": "2020-01-07T11:26:52-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Statik Dancin'",
    "track_id": null,
    "recording_id": "d76eee6e-63ce-475c-aebd-0fe94f408750",
    "artist": "Minimal Compact",
    "artist_ids": [
        "25f49778-3ed1-4a6a-9511-6d3bb3b26306"
    ],
    "album": "Minimal Compact",
    "release_id": null,
    "release_group_id": "1bde9ec8-b938-4736-b185-296cb3250c35",
    "labels": [],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See a rare promotional video of Dutch band Minimal Contact's \"Statik Dancin'\": https://www.youtube.com/watch?v=MpRadHyT8SE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}