Information about plays

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

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

{
    "id": 377254,
    "uri": "https://api.kexp.org/v2/plays/377254/?format=api",
    "airdate": "2019-09-06T00:20:38-07:00",
    "show": 6277,
    "show_uri": "https://api.kexp.org/v2/shows/6277/?format=api",
    "image_uri": "http://coverartarchive.org/release/e4e99609-79c1-4eb8-829b-f5bb800075d7/4515124418-250.jpg",
    "thumbnail_uri": "",
    "song": "Radar",
    "track_id": "cd1aeb9c-0c21-3482-839d-70f548bcd179",
    "recording_id": null,
    "artist": "Hauschka",
    "artist_ids": [
        "767026a6-9e39-463b-9d04-ed0f86ac5ee7"
    ],
    "album": "Salon des Amateurs",
    "release_id": "e4e99609-79c1-4eb8-829b-f5bb800075d7",
    "release_group_id": null,
    "labels": [
        "130701"
    ],
    "label_ids": [
        "4e7480da-1f42-47e8-a091-5fdb3de16d45"
    ],
    "release_date": "2011-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Volker Bertelmann is a German pianist and composer who mainly performs and records under the name Hauschka. He is best known for his compositions for prepared piano.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}