Information about plays

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

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

{
    "id": 2678256,
    "uri": "https://api.kexp.org/v2/plays/2678256/?format=api",
    "airdate": "2019-12-26T05:00:20-08:00",
    "show": 46225,
    "show_uri": "https://api.kexp.org/v2/shows/46225/?format=api",
    "image_uri": "https://coverartarchive.org/release/6189f010-68ea-3cd7-aeee-5cde20c1b251/2330630345-250.jpg",
    "thumbnail_uri": "",
    "song": "Stay Out of Trouble",
    "track_id": "9cf1a144-38b4-34c3-a6a7-5b51eab8d275",
    "recording_id": null,
    "artist": "Kings of Convenience",
    "artist_ids": [
        "cf0f4547-ffbd-4011-98ad-0bec9ba022db"
    ],
    "album": "Riot on an Empty Street",
    "release_id": "6189f010-68ea-3cd7-aeee-5cde20c1b251",
    "release_group_id": null,
    "labels": [
        "Source UK"
    ],
    "label_ids": [
        "3c67e410-e28a-46e5-8f3d-a60dd115f62e"
    ],
    "release_date": "2004-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I'm trying, jeez!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}