Information about plays

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

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

{
    "id": 2677707,
    "uri": "https://api.kexp.org/v2/plays/2677707/?format=api",
    "airdate": "2019-12-24T23:02:38-08:00",
    "show": 46219,
    "show_uri": "https://api.kexp.org/v2/shows/46219/?format=api",
    "image_uri": "https://coverartarchive.org/release/c4b3f41f-ab4a-489b-ba3d-38e656cd701a/23423603268-250.jpg",
    "thumbnail_uri": "",
    "song": "Must Be Love",
    "track_id": "5dbe6dbe-1038-439f-ac7a-9ff906b603a5",
    "recording_id": null,
    "artist": "YUNG BAE",
    "artist_ids": [
        "b218faea-829a-45f0-8bb4-54df2bc17d41"
    ],
    "album": "Bae 5",
    "release_id": "c4b3f41f-ab4a-489b-ba3d-38e656cd701a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}