Information about plays

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

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

{
    "id": 2675315,
    "uri": "https://api.kexp.org/v2/plays/2675315/?format=api",
    "airdate": "2019-12-19T09:39:18-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/7ff8fa8c-c691-4353-b3c7-035f8d16722b/22814019192-250.jpg",
    "thumbnail_uri": "",
    "song": "Weird Ways",
    "track_id": "431ff6db-f32a-4eab-87b5-2287e0bd3878",
    "recording_id": null,
    "artist": "Strand of Oaks",
    "artist_ids": [
        "0efbd9d6-4c5b-48e5-b7ff-d61e0969893a"
    ],
    "album": "Eraserland",
    "release_id": "7ff8fa8c-c691-4353-b3c7-035f8d16722b",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#7 Most Played on JITM 2019 | Here's Strand of Oaks performing this one live for us in April: https://www.youtube.com/watch?v=yhrSB41AfGo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}