Information about plays

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

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

{
    "id": 2676637,
    "uri": "https://api.kexp.org/v2/plays/2676637/?format=api",
    "airdate": "2019-12-22T05:05:00-08:00",
    "show": 46199,
    "show_uri": "https://api.kexp.org/v2/shows/46199/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "City Girls",
    "track_id": "45108e75-9bc0-4dea-9954-2cdaeb08dc2f",
    "recording_id": null,
    "artist": "YNW Melly",
    "artist_ids": [
        "59d6cea7-3771-4ce6-8c02-395ac5ba927a"
    ],
    "album": "We All Shine",
    "release_id": "cd3436c4-9d52-4ae5-a976-7071f21dbacc",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.vulture.com/2019/11/ynw-melly-releases-new-album-while-awaiting-murder-trial.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}