Information about plays

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

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

{
    "id": 346684,
    "uri": "https://api.kexp.org/v2/plays/346684/?format=api",
    "airdate": "2019-06-26T20:56:00-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Western Stars",
    "track_id": "4d8ad19e-0cf2-3231-a516-83edfde8d3b8",
    "recording_id": null,
    "artist": "Chris Isaak",
    "artist_ids": [
        "479497d4-e7c2-4e78-972e-56e78fac3995"
    ],
    "album": "Silvertone",
    "release_id": "a058210c-c73c-49d4-afb4-4156347505e7",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}