Information about plays

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

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

{
    "id": 2680321,
    "uri": "https://api.kexp.org/v2/plays/2680321/?format=api",
    "airdate": "2019-12-31T07:40:58-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "https://coverartarchive.org/release/139863bd-b500-4a08-84c5-d05c10e08575/20311150673-250.jpg",
    "thumbnail_uri": "",
    "song": "Falling Into Me",
    "track_id": "e0a6a17d-c9c1-4538-95eb-2baea310a43c",
    "recording_id": null,
    "artist": "Let’s Eat Grandma",
    "artist_ids": [
        "4dc4935e-1d04-41f0-99aa-ec449b8c5fc7"
    ],
    "album": "I’m All Ears",
    "release_id": "139863bd-b500-4a08-84c5-d05c10e08575",
    "release_group_id": null,
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2018-06-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}