Information about plays

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

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

{
    "id": 2675800,
    "uri": "https://api.kexp.org/v2/plays/2675800/?format=api",
    "airdate": "2019-12-20T05:47:00-08:00",
    "show": 46184,
    "show_uri": "https://api.kexp.org/v2/shows/46184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There Was Plenty Time Before Us",
    "track_id": "5453b459-5cb5-4f5e-9465-a4dffddd1e59",
    "recording_id": null,
    "artist": "Deem Spencer",
    "artist_ids": [
        "1bd40313-cee9-4ab6-b2e1-16384c1f2e97"
    ],
    "album": "We Think We Alone",
    "release_id": "753f0d8d-8429-4084-8065-7b4c91acfc76",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}