Information about plays

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

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

{
    "id": 2681768,
    "uri": "https://api.kexp.org/v2/plays/2681768/?format=api",
    "airdate": "2020-01-03T21:51:00-08:00",
    "show": 46286,
    "show_uri": "https://api.kexp.org/v2/shows/46286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Those Gurlz",
    "track_id": "3df3fb4f-b319-43b7-b123-9b3141180d6a",
    "recording_id": null,
    "artist": "Snoop Dogg",
    "artist_ids": [],
    "album": "Ego Trippin’",
    "release_id": "54930045-8cae-4e69-8883-cd09c6e8cfee",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2008-03-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for Snoop Dogg's 2009 'Those Gurlz' here: https://www.youtube.com/watch?v=jHLNssd4M4w&feature=youtu.be",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}