Information about plays

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

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

{
    "id": 2683109,
    "uri": "https://api.kexp.org/v2/plays/2683109/?format=api",
    "airdate": "2020-01-07T04:26:37-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/79985cb3-150a-4396-994a-6ebde9e09c81/24154819211-250.jpg",
    "thumbnail_uri": "",
    "song": "Ascend and Try Again",
    "track_id": "3e617cec-ba81-4591-b4bb-b7b59d8ac411",
    "recording_id": null,
    "artist": "Okay Kaya",
    "artist_ids": [
        "d59ffaee-fcb3-4607-b680-4013b80fd9be"
    ],
    "album": "Ascend and Try Again",
    "release_id": "79985cb3-150a-4396-994a-6ebde9e09c81",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-09-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://okay-kaya.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}