Information about plays

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

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

{
    "id": 350394,
    "uri": "https://api.kexp.org/v2/plays/350394/?format=api",
    "airdate": "2019-07-05T09:15:38-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fresh Blood",
    "track_id": "5edb513e-e5af-3539-9d5a-10612048a1ae",
    "recording_id": null,
    "artist": "EELS",
    "artist_ids": [
        "14387b0f-765c-4852-852f-135335790466"
    ],
    "album": "Hombre Lobo: 12 Songs of Desire",
    "release_id": "22dec715-52fb-4c98-bbe4-fcb7b859f6f1",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2009-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Whooo!\" Here's a live version from France in 2015: https://www.youtube.com/watch?v=sOdYC2dylCA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}