Information about plays

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

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

{
    "id": 2679113,
    "uri": "https://api.kexp.org/v2/plays/2679113/?format=api",
    "airdate": "2019-12-28T10:39:05-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "W",
    "track_id": "9b6b64a9-d01d-44d7-aa8c-8c71895ccd9d",
    "recording_id": null,
    "artist": "Koffee feat. Gunna",
    "artist_ids": [
        "7d04679e-a855-4214-9543-febaf02de725"
    ],
    "album": "W",
    "release_id": "e63050b1-ac58-43ed-8d4a-69783a96665e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 19 year old Jamaican singer released Rapture EP earlier this year that produced singles such as \"Toast,\" \"Raggamuffin,\" and \"Rapture.\" She's working with Rihanna on R9. Needless to say, she's been having a hell of a year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}