Information about plays

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

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

{
    "id": 342721,
    "uri": "https://api.kexp.org/v2/plays/342721/?format=api",
    "airdate": "2019-06-17T21:55:32-07:00",
    "show": 5716,
    "show_uri": "https://api.kexp.org/v2/shows/5716/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who",
    "track_id": "bc4e08fa-1b03-4d43-badf-8f7eba4d601c",
    "recording_id": null,
    "artist": "David Byrne & St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "Love This Giant",
    "release_id": "5dff22f5-5203-42ed-8c9c-6409f59b6c4c",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2012-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}