Information about plays

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

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

{
    "id": 353938,
    "uri": "https://api.kexp.org/v2/plays/353938/?format=api",
    "airdate": "2019-07-13T17:22:04-07:00",
    "show": 5898,
    "show_uri": "https://api.kexp.org/v2/shows/5898/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "w/o U",
    "track_id": "7b6fd092-6f25-4025-85ce-0a0cde2382b3",
    "recording_id": null,
    "artist": "GEMS",
    "artist_ids": [
        "4c1aa178-6581-4930-96f6-fb82dd08883a"
    ],
    "album": "Kill the One You Love",
    "release_id": "8b655926-3c28-4803-b115-9e418a8cbccc",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2015-10-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA duo live on KEXP:https://www.youtube.com/watch?v=BLWamHxKtD0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}