Information about plays

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

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

{
    "id": 2683189,
    "uri": "https://api.kexp.org/v2/plays/2683189/?format=api",
    "airdate": "2020-01-07T09:03:00-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My City Was Gone",
    "track_id": "2c153223-4cd4-3637-8121-f79e2070dc85",
    "recording_id": null,
    "artist": "The Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "Learning to Crawl",
    "release_id": "36ab9794-05db-3529-a402-2743eeb9ae2e",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [],
    "release_date": "1984-01-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Learning to Crawl, the third album by The Pretenders, was released on this day in 1984.  That's 36 years ago.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}