Information about plays

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

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

{
    "id": 2680737,
    "uri": "https://api.kexp.org/v2/plays/2680737/?format=api",
    "airdate": "2020-01-01T08:35:41-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "https://coverartarchive.org/release/420949ff-72bd-39ca-828b-646578227530/21672434619-250.jpg",
    "thumbnail_uri": "",
    "song": "Spread Your Love",
    "track_id": "c3c02b2c-8f78-3e0b-84ac-11d7700b14bb",
    "recording_id": null,
    "artist": "Black Rebel Motorcycle Club",
    "artist_ids": [
        "32b90c92-9978-4a07-90eb-caa4b22f4907"
    ],
    "album": "B.R.M.C.",
    "release_id": "420949ff-72bd-39ca-828b-646578227530",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2001-12-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}