Information about plays

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

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

{
    "id": 355176,
    "uri": "https://api.kexp.org/v2/plays/355176/?format=api",
    "airdate": "2019-07-16T17:47:07-07:00",
    "show": 5921,
    "show_uri": "https://api.kexp.org/v2/shows/5921/?format=api",
    "image_uri": "http://coverartarchive.org/release/162089ba-39a0-4e48-ad5c-6e7b9697f5ba/12691937827-250.jpg",
    "thumbnail_uri": "",
    "song": "Fulani Rock",
    "track_id": "bddc7912-31c6-474d-b0a0-2b49755c3c65",
    "recording_id": null,
    "artist": "Baaba Maal",
    "artist_ids": [
        "cec7447d-a39c-41c5-ba74-5d7057e5c731"
    ],
    "album": "The Traveller",
    "release_id": "162089ba-39a0-4e48-ad5c-6e7b9697f5ba",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2016-01-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}