Information about plays

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

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

{
    "id": 373374,
    "uri": "https://api.kexp.org/v2/plays/373374/?format=api",
    "airdate": "2019-08-28T05:19:36-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "http://coverartarchive.org/release/aa16a48e-0b0c-45c3-9f93-96f9281f7323/22303387123-250.jpg",
    "thumbnail_uri": "",
    "song": "Heels",
    "track_id": "c39b536f-2399-4482-a3fe-6914221c001d",
    "recording_id": null,
    "artist": "Sir Babygirl",
    "artist_ids": [
        "d2254a15-adf3-4e70-889c-c158d092e773"
    ],
    "album": "Crush on Me",
    "release_id": "aa16a48e-0b0c-45c3-9f93-96f9281f7323",
    "release_group_id": null,
    "labels": [
        "Father/Daughter Records"
    ],
    "label_ids": [
        "9b8123f9-7a72-4f91-b56c-8d5c3caec71f"
    ],
    "release_date": "2019-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sir Babygirl will be in Seattle at Barboza on November 4, 2019. https://sirbabygirl.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}