Information about plays

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

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

{
    "id": 354461,
    "uri": "https://api.kexp.org/v2/plays/354461/?format=api",
    "airdate": "2019-07-14T23:07:00-07:00",
    "show": 5909,
    "show_uri": "https://api.kexp.org/v2/shows/5909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ready To Freak (feat. Kathy Diamond) (Disco Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Soul Clap",
    "artist_ids": [
        "99e23896-0a24-4f2a-a058-77bbbf2fb75a"
    ],
    "album": "Ready To Freak",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soul Clap Records"
    ],
    "label_ids": [],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soul Clap return with a disco infused tribute to New York nightlife ‘Ready To Freak’, featuring the legendary Kathy Brown on vocals. This Billboard charting vocalist was known for her 90’s number one single ‘Turn Me Out’. https://soundcloud.com/soulclaprecs/soul-clap-feat-kathy-brown-ready-to-freak-disco-dub",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}