Information about plays

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

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

{
    "id": 366315,
    "uri": "https://api.kexp.org/v2/plays/366315/?format=api",
    "airdate": "2019-08-12T08:40:19-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "http://coverartarchive.org/release/c68d3548-004a-49f1-a816-40f7b9e91305/22195327958-250.jpg",
    "thumbnail_uri": "",
    "song": "Clovers",
    "track_id": "2318a755-78de-4f28-af20-8f23d45e6578",
    "recording_id": null,
    "artist": "Barrie",
    "artist_ids": [
        "10ad0e36-3ac3-4f7f-a48c-4dd91a26ed6b"
    ],
    "album": "Happy to Be Here",
    "release_id": "c68d3548-004a-49f1-a816-40f7b9e91305",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sabine Holler was recruited via Tider! The band says \"We found Sabine and never did it again. We deleted Tinder, threw the phone in the ocean, changed our names, and made a blood oath to never speak of it again.\" http://winspear.biz/barrie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}