Information about plays

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

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

{
    "id": 2682883,
    "uri": "https://api.kexp.org/v2/plays/2682883/?format=api",
    "airdate": "2020-01-06T14:43:11-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/101e0620-0aab-4897-94da-3e18e334b171/24078098785-250.jpg",
    "thumbnail_uri": "",
    "song": "Freedom",
    "track_id": "5f9498e4-cdf4-42bb-a792-e139d24bd962",
    "recording_id": null,
    "artist": "Sampa the Great",
    "artist_ids": [
        "9d79c790-9897-464e-aef0-db5bd3290f00"
    ],
    "album": "The Return",
    "release_id": "101e0620-0aab-4897-94da-3e18e334b171",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Return landed at #46 on the top 90.3 records of 2019 as voted on by KEXP listeners! https://www.kexp.org/kexp-top-903-albums-2019/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}