Information about plays

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

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

{
    "id": 2678814,
    "uri": "https://api.kexp.org/v2/plays/2678814/?format=api",
    "airdate": "2019-12-27T15:44:14-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "https://coverartarchive.org/release/10798e2e-0798-44f7-99fa-d81bc4b44b05/15404789817-250.jpg",
    "thumbnail_uri": "",
    "song": "So. Central Rain (I’m Sorry)",
    "track_id": "06348f9a-c709-3755-bc1e-7ef9a99ac776",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "And I Feel Fine… The Best of the I.R.S. Years 1982–1987",
    "release_id": "10798e2e-0798-44f7-99fa-d81bc4b44b05",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2006-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"When 'So. Central Rain' broke into mainstream radio in 1983-1984, it was a harbinger of things to come.\" https://bit.ly/2KMBwsN",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}