Information about plays

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

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

{
    "id": 2678889,
    "uri": "https://api.kexp.org/v2/plays/2678889/?format=api",
    "airdate": "2019-12-27T20:10:00-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "To Catch a Thief",
    "track_id": "90d45799-5aaa-4303-bf8c-412d1a524ab1",
    "recording_id": null,
    "artist": "Lovage",
    "artist_ids": [
        "43e2b545-3e4a-4fd7-a773-8daafa610570"
    ],
    "album": "Music to Make Love to Your Old Lady By",
    "release_id": "36fb5f38-c5fe-4830-8fe9-5c2de65092d2",
    "release_group_id": null,
    "labels": [
        "Bulk Recordings"
    ],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lovage is a collaborative project headed by Dan the Automator, under his pseudonym \"Nathaniel Merriweather\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}