Information about plays

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

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

{
    "id": 2677100,
    "uri": "https://api.kexp.org/v2/plays/2677100/?format=api",
    "airdate": "2019-12-23T09:44:16-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Dirty",
    "track_id": "8dbff02a-3dfa-45c6-b266-ac2493d0b6a0",
    "recording_id": null,
    "artist": "The True Loves",
    "artist_ids": [
        "0a28e2c9-20d3-4541-8e25-bcea06916fc2"
    ],
    "album": "Famous Last Words",
    "release_id": "3a387125-5bb1-4137-82c3-d8357f95ec89",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-07-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can watch local musicians The True Loves perform at KEXP back in 2017 here: https://www.youtube.com/watch?v=TD2hNsY6G7E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}