Information about plays

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

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

{
    "id": 375317,
    "uri": "https://api.kexp.org/v2/plays/375317/?format=api",
    "airdate": "2019-09-01T17:13:35-07:00",
    "show": 6249,
    "show_uri": "https://api.kexp.org/v2/shows/6249/?format=api",
    "image_uri": "http://coverartarchive.org/release/bcf38183-5576-4499-904a-33c77be30cca/15556459597-250.jpg",
    "thumbnail_uri": "",
    "song": "Blood on Me",
    "track_id": "ad6bd3e6-1e81-44de-a879-ee9cc90f8a06",
    "recording_id": null,
    "artist": "Sampha",
    "artist_ids": [
        "130c2184-14f2-4180-a216-04b5a333be57"
    ],
    "album": "Process",
    "release_id": "bcf38183-5576-4499-904a-33c77be30cca",
    "release_group_id": null,
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2017-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}