Information about plays

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

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

{
    "id": 2674758,
    "uri": "https://api.kexp.org/v2/plays/2674758/?format=api",
    "airdate": "2019-12-18T03:54:50-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Surprise",
    "track_id": "6f0e068d-fc7a-48a1-ac2c-52cd4d931297",
    "recording_id": null,
    "artist": "Kevin Krauter",
    "artist_ids": [
        "4f86ce01-a09f-48c9-a844-e404db553d56"
    ],
    "album": "Full Hand",
    "release_id": "ebdfd03d-5c81-4a5b-a1d6-4711922f4407",
    "release_group_id": null,
    "labels": [
        "Bayonet Records"
    ],
    "label_ids": [
        "cdac7201-d153-49be-be39-f20c251f7962"
    ],
    "release_date": "2020-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Indiana-based indie-pop songwriter and Hoops bassist Kevin Krauter is back with his second solo record, Full Hand, which he’s extending on Feb. 28, 2020, via Bayonet Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}