Information about plays

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

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

{
    "id": 2674713,
    "uri": "https://api.kexp.org/v2/plays/2674713/?format=api",
    "airdate": "2019-12-18T01:32:00-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lara feat. Clairo",
    "track_id": null,
    "recording_id": null,
    "artist": "SASSY 009",
    "artist_ids": [
        "00d394c8-09be-41b5-bc52-f37f0fa7cfb7"
    ],
    "album": "Lara",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hard Up"
    ],
    "label_ids": [],
    "release_date": "2019-12-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Oslo producer, aka Sunniva Lindgård, released her KILL SASSY 009 EP just two weeks ago, and now she’s already back with another track called “Lara”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}