Information about plays

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

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

{
    "id": 2683004,
    "uri": "https://api.kexp.org/v2/plays/2683004/?format=api",
    "airdate": "2020-01-06T22:20:29-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "https://coverartarchive.org/release/db7127eb-c3a1-4c17-99ac-04743d140907/23841417635-250.jpg",
    "thumbnail_uri": "",
    "song": "Jumped Out the Window",
    "track_id": "d47ad22e-dfd9-468e-a892-3e2e56023ee7",
    "recording_id": null,
    "artist": "Young Thug",
    "artist_ids": [
        "800760de-bdf8-43a2-8fe0-44a2401a5515"
    ],
    "album": "So Much Fun",
    "release_id": "db7127eb-c3a1-4c17-99ac-04743d140907",
    "release_group_id": null,
    "labels": [
        "300 Entertainment"
    ],
    "label_ids": [
        "c6f355ed-2e44-4a91-b07d-bf138ce8a500"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}