Information about plays

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

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

{
    "id": 374483,
    "uri": "https://api.kexp.org/v2/plays/374483/?format=api",
    "airdate": "2019-08-30T13:49:05-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "http://coverartarchive.org/release/beca814a-3e87-31be-bf6d-46a40a9a6bf8/20530507792-250.jpg",
    "thumbnail_uri": "",
    "song": "And It Stoned Me",
    "track_id": "df47e6e1-c53d-3409-a64c-5d612b04d72c",
    "recording_id": null,
    "artist": "Van Morrison",
    "artist_ids": [
        "a41ac10f-0a56-4672-9161-b83f9b223559"
    ],
    "album": "Moondance",
    "release_id": "beca814a-3e87-31be-bf6d-46a40a9a6bf8",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}