Information about plays

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

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

{
    "id": 2678747,
    "uri": "https://api.kexp.org/v2/plays/2678747/?format=api",
    "airdate": "2019-12-27T10:38:00-08:00",
    "show": 46234,
    "show_uri": "https://api.kexp.org/v2/shows/46234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Didn't I (Blow Your Mind This Time)",
    "track_id": "c9693cd6-2d64-312b-8ee3-c30f3b117a7f",
    "recording_id": null,
    "artist": "The Delfonics",
    "artist_ids": [
        "cfe0dee4-4409-46e3-bbf2-edac88971132"
    ],
    "album": "Original Masters",
    "release_id": "518148cf-e6d9-4abf-b29e-09861321fb34",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some Philly soul for you on this Friday morning.. 🎺🎢 If you want to see them live, they will be playing Jazz Alley in April! https://www.jazzalley.com/www-home/artist.jsp?shownum=4994",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}