Information about plays

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

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

{
    "id": 372918,
    "uri": "https://api.kexp.org/v2/plays/372918/?format=api",
    "airdate": "2019-08-27T09:11:38-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "http://coverartarchive.org/release/ca47729b-bf2a-4fee-8bf2-1823926d2d5f/5846183948-250.jpg",
    "thumbnail_uri": "",
    "song": "Rio",
    "track_id": "38527f4f-d5e5-38a6-89f2-02a20b1727a0",
    "recording_id": null,
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 9",
    "release_id": "ca47729b-bf2a-4fee-8bf2-1823926d2d5f",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On the VH1 show True Spin, Duran Duran explained that Rio is a metaphor for America, and the song expressed their desire to succeed here.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}