Information about plays

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

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

{
    "id": 2679419,
    "uri": "https://api.kexp.org/v2/plays/2679419/?format=api",
    "airdate": "2019-12-29T04:02:41-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Post Requisite / Heroes In A Half Shell",
    "track_id": null,
    "recording_id": null,
    "artist": "Flying Lotus",
    "artist_ids": [
        "fc7376fe-1a6f-4414-b4a7-83f50ed59c92"
    ],
    "album": "Flamagra",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Many features on Flying Lotus' new album 'Flamagra' including Anderson .Paak, George Clinton, Herbie Hancock, Shabazz Palaces, and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}