Information about plays

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

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

{
    "id": 2677442,
    "uri": "https://api.kexp.org/v2/plays/2677442/?format=api",
    "airdate": "2019-12-24T06:07:53-08:00",
    "show": 46216,
    "show_uri": "https://api.kexp.org/v2/shows/46216/?format=api",
    "image_uri": "https://coverartarchive.org/release/9bcd15ef-f472-3151-b4f3-ecef9d64553e/3778560343-250.jpg",
    "thumbnail_uri": "",
    "song": "Hyper‐Ballad",
    "track_id": "a3657c6f-4c79-3933-84cf-262cbf077294",
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Post",
    "release_id": "9bcd15ef-f472-3151-b4f3-ecef9d64553e",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1995-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ever wondered how a TV works? Bjork can explain it to you: https://www.youtube.com/watch?v=75WFTHpOw8Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}