Information about plays

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

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

{
    "id": 373944,
    "uri": "https://api.kexp.org/v2/plays/373944/?format=api",
    "airdate": "2019-08-29T10:37:44-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweetest Kill",
    "track_id": "e5f00567-13bd-3813-bf40-312761977b51",
    "recording_id": null,
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "Forgiveness Rock Record",
    "release_id": "b04a480a-efd2-4227-954e-215450960946",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2010-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Tanya's \"Funeral Jamz\" mix here on Mixtape Week: https://www.kexp.org/mixtape/ <br> <br> Broken Social Scene performed live in the KEXP studio \nin October 2017. Watch it here: https://www.youtube.com/watch?v=e5wX1GInr6U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}