Information about plays

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

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

{
    "id": 379471,
    "uri": "https://api.kexp.org/v2/plays/379471/?format=api",
    "airdate": "2019-09-11T08:13:47-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Save Me",
    "track_id": "feda4c1f-086d-429b-9e70-ca64b57bef6f",
    "recording_id": null,
    "artist": "Remy Zero",
    "artist_ids": [
        "848a122b-9dcc-4ff7-91b8-e4f37b8f1147"
    ],
    "album": "The Golden Hum",
    "release_id": "449604f0-fe61-4c7e-911a-3b91213c32f5",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2001-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remy Zero was an American alternative rock band from Birmingham, Alabama. It composed of Cinjun Tate, Shelby Tate, Cedric LeMoyne, Jeffrey Cain, and Gregory Slay. Here's the official video: https://www.youtube.com/watch?v=LYdCzs5uPrI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}