Information about plays

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

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

{
    "id": 419081,
    "uri": "https://api.kexp.org/v2/plays/419081/?format=api",
    "airdate": "2001-04-28T09:22:30-07:00",
    "show": 7003,
    "show_uri": "https://api.kexp.org/v2/shows/7003/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sweeter She Is",
    "track_id": "7e198cc0-2f2a-4b0d-b1d9-16d7c63fb399",
    "recording_id": null,
    "artist": "The Twinkle Brothers",
    "artist_ids": [
        "b36508f0-3ee0-40e7-beac-34a85d0143aa"
    ],
    "album": "All the Hits: 1970 - 1988",
    "release_id": "b7dfe547-157b-42c5-b4b7-b4f82f6c875f",
    "release_group_id": null,
    "labels": [
        "Twinkle"
    ],
    "label_ids": [
        "c76fc7a2-381f-4dcf-9230-f85d7f237415"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}