Information about plays

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

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

{
    "id": 2683183,
    "uri": "https://api.kexp.org/v2/plays/2683183/?format=api",
    "airdate": "2020-01-07T08:43:35-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1f07e5d-f842-3276-aa6a-c892dc5f3ea2/24745455412-250.jpg",
    "thumbnail_uri": "",
    "song": "A Girl Like You",
    "track_id": "730edb82-9da4-36e8-8c3f-cc02f46ecf44",
    "recording_id": null,
    "artist": "Edwyn Collins",
    "artist_ids": [
        "14c0c282-e0c1-46fe-acd1-9a015ba721c5"
    ],
    "album": "Gorgeous George",
    "release_id": "c1f07e5d-f842-3276-aa6a-c892dc5f3ea2",
    "release_group_id": null,
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The drums on this track are sampled from  \"1-2-3\" by Len Barry (1965): https://bit.ly/2ZWVSp0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}