Information about plays

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

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

{
    "id": 2682896,
    "uri": "https://api.kexp.org/v2/plays/2682896/?format=api",
    "airdate": "2020-01-06T15:28:04-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/77ef6954-eae8-4e9c-8ab5-63999996ccfd/24459060131-250.jpg",
    "thumbnail_uri": "",
    "song": "One Eye Open",
    "track_id": "dd839e7a-f881-473a-acda-9e827da9fc76",
    "recording_id": null,
    "artist": "Black Marble",
    "artist_ids": [
        "fd7d4ed7-1a14-4b5b-b8f2-074888187ebc"
    ],
    "album": "Bigger Than Life",
    "release_id": "77ef6954-eae8-4e9c-8ab5-63999996ccfd",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the music video for \"One Eye Open:\" https://www.youtube.com/watch?v=o4x2XjiY3YI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}