Information about plays

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

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

{
    "id": 2670923,
    "uri": "https://api.kexp.org/v2/plays/2670923/?format=api",
    "airdate": "2019-12-09T09:32:57-08:00",
    "show": 46109,
    "show_uri": "https://api.kexp.org/v2/shows/46109/?format=api",
    "image_uri": "https://coverartarchive.org/release/0622f867-2f28-38eb-a295-7c20fd2b2292/7915360989-250.jpg",
    "thumbnail_uri": "",
    "song": "Crush With Eyeliner",
    "track_id": "d052ccef-0ea7-3035-9057-c883dab84c1e",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Monster",
    "release_id": "0622f867-2f28-38eb-a295-7c20fd2b2292",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1994-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Michael Stipe says this song was inspired by the New York Dolls, who, in his opinion, \"knew how to exaggerate a song, to make it sound really sleazy and over the top.\" This was also one of the first songs that surfaced from Stipe after the writer's block that hounded him after the death of his friend, actor River Phoenix.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}