Information about plays

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

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

{
    "id": 369726,
    "uri": "https://api.kexp.org/v2/plays/369726/?format=api",
    "airdate": "2019-08-20T04:04:00-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maybe I’m Amazed",
    "track_id": "57e48ef7-f99a-46b9-957d-4ff5d1683101",
    "recording_id": null,
    "artist": "Paul McCartney",
    "artist_ids": [
        "ba550d0e-adac-4864-b88b-407cab5e76af"
    ],
    "album": "McCartney",
    "release_id": "00a8b727-0bdb-4635-a7b4-a3faef0c35c1",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dad request. Happy 40th Anniversary to the people who made... me... possible.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}