Information about plays

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

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

{
    "id": 2681376,
    "uri": "https://api.kexp.org/v2/plays/2681376/?format=api",
    "airdate": "2020-01-02T21:40:00-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Angel in the Snow",
    "track_id": "7d4ee554-bc4a-30e0-a0ce-da660cc8335d",
    "recording_id": null,
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "New Moon",
    "release_id": "22f20ceb-100c-4faf-9af0-53a49599c902",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [],
    "release_date": "2007-05-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Moon is a posthumous compilation album by American singer songwriter Elliott Smith, released on May 8, 2007 by Domino Records. It contains twenty four previously unreleased songs, most recorded between 1994 and 1997 during the sessions for Smith's albums Elliott Smith and Either/Or.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}