Information about plays

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

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

{
    "id": 2680480,
    "uri": "https://api.kexp.org/v2/plays/2680480/?format=api",
    "airdate": "2019-12-31T17:14:36-08:00",
    "show": 46265,
    "show_uri": "https://api.kexp.org/v2/shows/46265/?format=api",
    "image_uri": "https://coverartarchive.org/release/b4412fdd-6995-42e0-8a2f-aadd2ee999f3/16587557433-250.jpg",
    "thumbnail_uri": "",
    "song": "Charger",
    "track_id": "674020b7-e9ec-4e8e-8641-012bddc9d3cb",
    "recording_id": null,
    "artist": "Gorillaz feat. Grace Jones",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Humanz",
    "release_id": "b4412fdd-6995-42e0-8a2f-aadd2ee999f3",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2017-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}