Information about plays

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

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

{
    "id": 2679063,
    "uri": "https://api.kexp.org/v2/plays/2679063/?format=api",
    "airdate": "2019-12-28T05:56:55-08:00",
    "show": 46237,
    "show_uri": "https://api.kexp.org/v2/shows/46237/?format=api",
    "image_uri": "https://coverartarchive.org/release/7fc36ad1-069c-4b6e-bc8c-9d458dca66f8/10017815522-250.jpg",
    "thumbnail_uri": "",
    "song": "That’s Love",
    "track_id": "2795a504-ebff-476c-8c20-4d393ed2fca8",
    "recording_id": null,
    "artist": "Oddisee",
    "artist_ids": [
        "aaae09b3-70d9-4a65-bb3f-57e85dfe9b83"
    ],
    "album": "The Good Fight",
    "release_id": "7fc36ad1-069c-4b6e-bc8c-9d458dca66f8",
    "release_group_id": null,
    "labels": [
        "Mello Music Group"
    ],
    "label_ids": [
        "76efd859-3479-4c4a-a2ea-11740a0ab5b7"
    ],
    "release_date": "2015-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}