Information about plays

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

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

{
    "id": 351116,
    "uri": "https://api.kexp.org/v2/plays/351116/?format=api",
    "airdate": "2019-07-07T02:50:00-07:00",
    "show": 5851,
    "show_uri": "https://api.kexp.org/v2/shows/5851/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yada Yada",
    "track_id": "a48d3135-fdd6-4f24-81d6-d8a37892e1f0",
    "recording_id": null,
    "artist": "Anderson .Paak",
    "artist_ids": [],
    "album": "Ventura",
    "release_id": "6e77cab5-bbe9-49a2-8e9f-70c060f704a8",
    "release_group_id": null,
    "labels": [
        "Aftermath/12 Tone Music, LLC"
    ],
    "label_ids": [
        "6fd7121d-db45-4076-80c3-202d2e2a612e"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}