Information about plays

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

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

{
    "id": 375498,
    "uri": "https://api.kexp.org/v2/plays/375498/?format=api",
    "airdate": "2019-09-02T05:41:17-07:00",
    "show": 6253,
    "show_uri": "https://api.kexp.org/v2/shows/6253/?format=api",
    "image_uri": "http://coverartarchive.org/release/ad6fd623-7b48-4a06-9155-639e2299320b/17034026484-250.jpg",
    "thumbnail_uri": "",
    "song": "Try a Little Tenderness",
    "track_id": "d14631ef-24a9-47e8-8db8-e1e95d3f1142",
    "recording_id": null,
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "The Kings of Hip Hop",
    "release_id": "ad6fd623-7b48-4a06-9155-639e2299320b",
    "release_group_id": null,
    "labels": [
        "Rapster Records"
    ],
    "label_ids": [
        "712bab23-0757-427c-97e1-2eeca4ae076d"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}