Information about plays

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

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

{
    "id": 347428,
    "uri": "https://api.kexp.org/v2/plays/347428/?format=api",
    "airdate": "2019-06-28T13:22:42-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "http://coverartarchive.org/release/03b85a26-fadd-3441-ad4e-064fbd7d41a6/12254075907-250.jpg",
    "thumbnail_uri": "",
    "song": "Crown of Love",
    "track_id": "fa861718-f8bb-3ec6-8e05-21f276b2b0b2",
    "recording_id": null,
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "Funeral",
    "release_id": "03b85a26-fadd-3441-ad4e-064fbd7d41a6",
    "release_group_id": null,
    "labels": [
        "V2 Records Japan"
    ],
    "label_ids": [
        "2efdd24a-5411-4124-98ee-c1e755e6d5cb"
    ],
    "release_date": "2005-07-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Join KEXP in celebrating our neighbors to the north with Cheryl Waters' long-running Canada Day show this Monday, July 1 between 10 a.m. to 2 p.m. The show will focus on Canadian artists like Arcade Fire, Greys, MorMor and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}