Information about plays

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

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

{
    "id": 2670857,
    "uri": "https://api.kexp.org/v2/plays/2670857/?format=api",
    "airdate": "2019-12-09T05:24:31-08:00",
    "show": 46108,
    "show_uri": "https://api.kexp.org/v2/shows/46108/?format=api",
    "image_uri": "https://coverartarchive.org/release/c5ccb9e5-61da-473d-8369-c8f3978d18dc/18880966492-250.jpg",
    "thumbnail_uri": "",
    "song": "Me and Michael",
    "track_id": "fb14aefb-5b84-47b9-8cdd-987b05cb2901",
    "recording_id": null,
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Little Dark Age",
    "release_id": "c5ccb9e5-61da-473d-8369-c8f3978d18dc",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2018-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}