Information about plays

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

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

{
    "id": 375377,
    "uri": "https://api.kexp.org/v2/plays/375377/?format=api",
    "airdate": "2019-09-01T21:22:00-07:00",
    "show": 6251,
    "show_uri": "https://api.kexp.org/v2/shows/6251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "GPS & Cognition",
    "track_id": "5090d502-dbfd-4c99-acfc-577521f83af8",
    "recording_id": null,
    "artist": "James Ferraro",
    "artist_ids": [
        "2ad18a65-2298-4902-aae9-fe81c111bb09"
    ],
    "album": "Human Story 3",
    "release_id": "86fa81b4-187e-4033-8320-64ae5bbf0dd9",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2016-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}