Information about plays

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

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

{
    "id": 2682737,
    "uri": "https://api.kexp.org/v2/plays/2682737/?format=api",
    "airdate": "2020-01-06T06:16:16-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lilac",
    "track_id": "20a1a5d3-7656-4f6d-9884-7e1e872e53b2",
    "recording_id": null,
    "artist": "Porridge Radio",
    "artist_ids": [
        "e5aa5d68-311e-435e-a143-68165adb05ca"
    ],
    "album": "Lilac",
    "release_id": "b4fde03e-428b-456f-ba80-e626e89e443f",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2019-12-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "English four piece Porridge Radio are almost an accident. Singer Dana Margolin told Vice \"“Originally the band was just something that was like, 'Let’s just have fun with our friends and get better at this and learn how to express ourselves and make ourselves vulnerable,'” \n\nLike this song and want to learn more about the artist? https://porridgeradio.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}