Information about plays

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

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

{
    "id": 2677196,
    "uri": "https://api.kexp.org/v2/plays/2677196/?format=api",
    "airdate": "2019-12-23T16:08:00-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Use Me",
    "track_id": "ac77cdce-57b8-3e40-8b3c-0511a3ceed21",
    "recording_id": null,
    "artist": "Esther Phillips",
    "artist_ids": [
        "e261c42a-cbd7-4b97-8b72-218801bdc5b9"
    ],
    "album": "Alone Again, Naturally",
    "release_id": "c53776ad-b2d2-4920-86f4-ac6c4ae129cb",
    "release_group_id": null,
    "labels": [
        "Sony BMG Music Entertainment Custom Marketing Group"
    ],
    "label_ids": [],
    "release_date": "2008-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1935!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}