Information about plays

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

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

{
    "id": 346629,
    "uri": "https://api.kexp.org/v2/plays/346629/?format=api",
    "airdate": "2019-06-26T18:00:00-07:00",
    "show": 5775,
    "show_uri": "https://api.kexp.org/v2/shows/5775/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What’d I Say, Parts 1 & 2",
    "track_id": "4d6cd12c-9e8a-32b1-8b8f-121c28dabc4f",
    "recording_id": null,
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "What’d I Say",
    "release_id": "44481efc-5c41-446e-aba8-ea74f2bc675c",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1959-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}