Information about plays

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

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

{
    "id": 2679392,
    "uri": "https://api.kexp.org/v2/plays/2679392/?format=api",
    "airdate": "2019-12-29T02:43:00-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cpu Luv",
    "track_id": "0f76e54e-a3ed-4891-ab86-c81ec03a99c6",
    "recording_id": null,
    "artist": "Dave B",
    "artist_ids": [
        "5b88c359-2578-44f4-8f3b-7d213d201fd6"
    ],
    "album": "Bleu",
    "release_id": "001253d3-9e07-4567-9be2-e0b262757ee0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Renton based artist Dave B released his new album 'Bleu' in June.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}