Information about plays

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

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

{
    "id": 342915,
    "uri": "https://api.kexp.org/v2/plays/342915/?format=api",
    "airdate": "2019-06-18T10:42:16-07:00",
    "show": 5719,
    "show_uri": "https://api.kexp.org/v2/shows/5719/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bomb the World (Armageddon version)",
    "track_id": "31b7dbab-c7a8-4b6a-913f-eb894bb0133c",
    "recording_id": null,
    "artist": "Michael Franti & Spearhead feat. Radioactive",
    "artist_ids": [
        "e23eac42-f904-47da-8599-823ff431bea4"
    ],
    "album": "Everyone Deserves Music",
    "release_id": "6259e74b-1f91-4f87-9949-c16cef39212c",
    "release_group_id": null,
    "labels": [
        "iMusic"
    ],
    "label_ids": [
        "b8e24c90-a76a-4fa8-aa1e-3f1cd87ebe18"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Michael Franti & Spearhead will play the Chateau Ste. Michelle Winery in Woodinville, Washington on Friday, June 21st, and Saturday, June 22nd, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}