Information about plays

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

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

{
    "id": 439944,
    "uri": "https://api.kexp.org/v2/plays/439944/?format=api",
    "airdate": "2001-06-29T19:31:34-07:00",
    "show": 7416,
    "show_uri": "https://api.kexp.org/v2/shows/7416/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Go Trippin'",
    "track_id": "ef49f7e3-1695-4f5c-a5d2-9c7c96bfe6dd",
    "recording_id": null,
    "artist": "Dick Dale and His Del-Tones",
    "artist_ids": [
        "820263ae-ab51-426d-85e9-bed5a74f00e1"
    ],
    "album": "Rock n' Roll Guitar Classics",
    "release_id": "48fc7b76-b0b4-409d-959f-60c1ac726220",
    "release_group_id": null,
    "labels": [
        "K-Tel"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}