Information about plays

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

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

{
    "id": 379057,
    "uri": "https://api.kexp.org/v2/plays/379057/?format=api",
    "airdate": "2019-09-10T09:00:23-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "http://coverartarchive.org/release/13ee7e6b-2f9a-30af-b4bb-2c2dbde12c44/20967138423-250.jpg",
    "thumbnail_uri": "",
    "song": "Walking in My Shoes",
    "track_id": "0b50115b-0e26-35cf-a62d-3feb6a0a6f6f",
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Songs of Faith and Devotion",
    "release_id": "13ee7e6b-2f9a-30af-b4bb-2c2dbde12c44",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1993-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}