Information about plays

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

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

{
    "id": 377974,
    "uri": "https://api.kexp.org/v2/plays/377974/?format=api",
    "airdate": "2019-09-07T14:12:19-07:00",
    "show": 6289,
    "show_uri": "https://api.kexp.org/v2/shows/6289/?format=api",
    "image_uri": "http://coverartarchive.org/release/6bc68c13-9746-411b-a668-d67ed315d0b5/18340442271-250.jpg",
    "thumbnail_uri": "",
    "song": "Deadly Valentine",
    "track_id": "482a8d00-2888-4cef-a52d-16ab11b8469b",
    "recording_id": null,
    "artist": "Charlotte Gainsbourg",
    "artist_ids": [
        "6efa29c6-9995-48e0-9eaf-3809464a39a7"
    ],
    "album": "Rest",
    "release_id": "6bc68c13-9746-411b-a668-d67ed315d0b5",
    "release_group_id": null,
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2017-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch some songs Charlotte Gainsbourg performed LIVE here in KEXP studios back in April 2010: https://www.youtube.com/user/kexpradio/search?query=CHARLOTTE+GAINSBOURG",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}