Information about plays

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

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

{
    "id": 349996,
    "uri": "https://api.kexp.org/v2/plays/349996/?format=api",
    "airdate": "2019-07-04T10:33:51-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bomb the World",
    "track_id": "4f84fd82-9e91-4683-94d9-06f8f58e254a",
    "recording_id": null,
    "artist": "Michael Franti & Spearhead",
    "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": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}