Information about plays

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

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

{
    "id": 372474,
    "uri": "https://api.kexp.org/v2/plays/372474/?format=api",
    "airdate": "2019-08-26T07:51:23-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bring On the Dancing Horses (extended mix)",
    "track_id": "2345fb3c-41ed-35a0-9da5-dd71e423bb1d",
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Echo & The Bunnymen",
    "release_id": "29bbcca2-3b50-4c93-a012-d27112bd3908",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2004-01-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded for the John Hughes film 'Pretty in Pink'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}