Information about plays

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

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

{
    "id": 2678761,
    "uri": "https://api.kexp.org/v2/plays/2678761/?format=api",
    "airdate": "2019-12-27T11:51:00-08:00",
    "show": 46234,
    "show_uri": "https://api.kexp.org/v2/shows/46234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Be Around",
    "track_id": "a3528ffb-c322-3159-9ab2-e95831bfb677",
    "recording_id": null,
    "artist": "The Spinners",
    "artist_ids": [
        "fd2b6371-5b61-4068-8baa-9c333c97dfd7"
    ],
    "album": "I'll Be Around",
    "release_id": "e15b4711-3f61-4389-af62-17ecbe29cd37",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1997-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun fact: The Spinners were known as the \"Detroit Spinners\" in the UK. (Kinda like how \"The Beat\" was known as \"The English Beat\" outside the UK? 🤔)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}