Information about plays

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

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

{
    "id": 349182,
    "uri": "https://api.kexp.org/v2/plays/349182/?format=api",
    "airdate": "2019-07-02T18:14:45-07:00",
    "show": 5819,
    "show_uri": "https://api.kexp.org/v2/shows/5819/?format=api",
    "image_uri": "http://coverartarchive.org/release/c3c72a07-91f8-41bc-8905-1c4f206c0b4a/14675274042-250.jpg",
    "thumbnail_uri": "",
    "song": "We Are the Halluci Nation",
    "track_id": "a5ef48e3-b183-45f5-aece-6f56ccde452a",
    "recording_id": null,
    "artist": "A Tribe Called Red feat. John Trudell & Northern Voice (Atikamekw)",
    "artist_ids": [
        "284ee768-2c9a-440a-be37-db926e90fc1c"
    ],
    "album": "We Are the Halluci Nation",
    "release_id": "c3c72a07-91f8-41bc-8905-1c4f206c0b4a",
    "release_group_id": null,
    "labels": [
        "Radicalized Records"
    ],
    "label_ids": [
        "cc6c3a8e-8f8d-4a22-8073-3ea1f00d40e9"
    ],
    "release_date": "2016-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Tribe Called Red is a Canadian electronic music group, who blend instrumental hip hop, reggae, moombahton and dubstep-influenced dance music with elements of First Nations music, particularly vocal chanting and drumming.\n\nThey are part of Capitol Hill Block Party 2019 and are performing there July 19 on Neumos Stage.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}