Information about plays

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

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

{
    "id": 372521,
    "uri": "https://api.kexp.org/v2/plays/372521/?format=api",
    "airdate": "2019-08-26T10:34:44-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/a109f2c5-aa07-4e37-95b0-965718c5d96d/6453800513-250.jpg",
    "thumbnail_uri": "",
    "song": "One Thousand Tears of a Tarantula",
    "track_id": "b172abc3-9f23-381c-8f66-0fb72cc503df",
    "recording_id": null,
    "artist": "Dengue Fever",
    "artist_ids": [
        "e6791155-ec80-4a7a-b108-54481ff73ead"
    ],
    "album": "Escape From Dragon House",
    "release_id": "a109f2c5-aa07-4e37-95b0-965718c5d96d",
    "release_group_id": null,
    "labels": [
        "M80"
    ],
    "label_ids": [
        "89e33564-780f-45a1-8b4a-41dad14396f7"
    ],
    "release_date": "2005-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track is from Edward's mixtape, entitled \"Family, today.\"  Edward says of the mixtape, \" It’s a portrait of our family. It grows and shrinks, new songs are added, others deleted, the order moves around. It’s messy, it’s organic...\"  Watch the official video for Dengue Fever's \"1000 Years of Tarantula\": https://www.youtube.com/watch?v=vatNMshZVfU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}