Information about plays

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

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

{
    "id": 2683051,
    "uri": "https://api.kexp.org/v2/plays/2683051/?format=api",
    "airdate": "2020-01-07T00:53:08-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "https://coverartarchive.org/release/504cfe95-970d-41c3-bad4-898020d93dba/24282053776-250.jpg",
    "thumbnail_uri": "",
    "song": "You’re No Good",
    "track_id": "c48e96a2-5c05-4fd9-90e2-5afe488f9770",
    "recording_id": null,
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "album": "Closer to Grey",
    "release_id": "504cfe95-970d-41c3-bad4-898020d93dba",
    "release_group_id": null,
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2019-10-02",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}