Information about plays

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

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

{
    "id": 2682818,
    "uri": "https://api.kexp.org/v2/plays/2682818/?format=api",
    "airdate": "2020-01-06T10:46:55-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ff8150f-3180-4696-86bd-30b57e4404a9/24717997346-250.jpg",
    "thumbnail_uri": "",
    "song": "Friend Like That",
    "track_id": "849fc1db-4ba9-423a-970b-a19e7806abd6",
    "recording_id": null,
    "artist": "Girl Ray",
    "artist_ids": [
        "ebcf8901-bd0a-486c-bfc9-341b7394c3fa"
    ],
    "album": "Girl",
    "release_id": "1ff8150f-3180-4696-86bd-30b57e4404a9",
    "release_group_id": null,
    "labels": [
        "もしもし"
    ],
    "label_ids": [
        "a7311de2-1ab5-4a9a-b4ec-fabe8f01674f"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on the 22nd of November 2019 the new Girl Ray project pivoted from jangly indie to pop. But the best bits of their second album lie in the spaces in between! Read more here: https://bit.ly/2QRONC3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}