Information about plays

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

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

{
    "id": 376741,
    "uri": "https://api.kexp.org/v2/plays/376741/?format=api",
    "airdate": "2019-09-04T22:08:32-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "http://coverartarchive.org/release/d9c58004-5c79-4ec5-bb45-e805545d2ec6/13606161818-250.jpg",
    "thumbnail_uri": "",
    "song": "In Your Eyes",
    "track_id": "44750413-ee24-4ac2-8c3e-77c36e3beecb",
    "recording_id": null,
    "artist": "BADBADNOTGOOD feat. Charlotte Day Wilson",
    "artist_ids": [
        "754294d5-d7d2-4ea2-8184-1dcaaf55a56f"
    ],
    "album": "IV",
    "release_id": "d9c58004-5c79-4ec5-bb45-e805545d2ec6",
    "release_group_id": null,
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2016-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}