Information about plays

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

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

{
    "id": 2676629,
    "uri": "https://api.kexp.org/v2/plays/2676629/?format=api",
    "airdate": "2019-12-22T04:41:00-08:00",
    "show": 46199,
    "show_uri": "https://api.kexp.org/v2/shows/46199/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free The Frail",
    "track_id": null,
    "recording_id": null,
    "artist": "JPEGMAFIA",
    "artist_ids": [
        "c42e60f4-4520-4954-b6e4-82bbdf532c11"
    ],
    "album": "All My Heroes Are Cornballs",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the bandcamp for JPEGMAFIA's new album: \"I wanted thank my people. And make an album that I put my my whole body into, as in all of me. All sides of Me baby. Not just a few. This the most ME album I’ve ever made in my life.\" https://jpegmafia.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}