Information about plays

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

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

{
    "id": 2682534,
    "uri": "https://api.kexp.org/v2/plays/2682534/?format=api",
    "airdate": "2020-01-05T16:44:00-08:00",
    "show": 46301,
    "show_uri": "https://api.kexp.org/v2/shows/46301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Enough For Now (feat. Phoebe Bridgers)",
    "track_id": null,
    "recording_id": null,
    "artist": "Ethan Gruska",
    "artist_ids": [
        "060be8ed-bd5a-46d6-8660-6b61b19c2a62"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}