Information about plays

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

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

{
    "id": 2680005,
    "uri": "https://api.kexp.org/v2/plays/2680005/?format=api",
    "airdate": "2019-12-30T15:52:00-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Instant Crush",
    "track_id": "47d6bf69-6a0f-4239-b2f9-8d2179c220c9",
    "recording_id": null,
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Random Access Memories",
    "release_id": "f6758afb-ecff-410e-8979-b131cfa3c6d3",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2013-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gallic duo who disguise their love of '70s disco and album rock in the trappings of house music, complete with robot visages and processed vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}