Information about plays

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

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

{
    "id": 2680285,
    "uri": "https://api.kexp.org/v2/plays/2680285/?format=api",
    "airdate": "2019-12-31T05:40:00-08:00",
    "show": 46262,
    "show_uri": "https://api.kexp.org/v2/shows/46262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down With the Clique",
    "track_id": "34fc0b39-ba8f-45c8-acbc-84a070d34b53",
    "recording_id": null,
    "artist": "Solange",
    "artist_ids": [
        "410e7fd3-b865-4fa0-bb18-1b7fd53382ca"
    ],
    "album": "When I Get Home",
    "release_id": "31210f39-a1a0-4913-bf6d-159afe3e3365",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}