Information about plays

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

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

{
    "id": 2680436,
    "uri": "https://api.kexp.org/v2/plays/2680436/?format=api",
    "airdate": "2019-12-31T14:41:20-08:00",
    "show": 46265,
    "show_uri": "https://api.kexp.org/v2/shows/46265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You're So Cool",
    "track_id": "23d4ddf7-4a78-4ca5-b6a4-bd70f9f31174",
    "recording_id": null,
    "artist": "Jonathan Bree",
    "artist_ids": [],
    "album": "Sleepwalking",
    "release_id": "038557c4-33e5-4026-8d18-8f61718c458c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}