Information about plays

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

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

{
    "id": 346688,
    "uri": "https://api.kexp.org/v2/plays/346688/?format=api",
    "airdate": "2019-06-26T21:08:00-07:00",
    "show": 5777,
    "show_uri": "https://api.kexp.org/v2/shows/5777/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Birds",
    "track_id": "0b0d93b7-45c6-4ac6-bf93-346e1b25074c",
    "recording_id": null,
    "artist": "Electrelane",
    "artist_ids": [
        "7756e3dc-f44c-4678-a7bc-d1b31204a963"
    ],
    "album": "The Power Out",
    "release_id": "1ee8ad1e-bed1-4fbe-b54c-5cc2fa00d023",
    "release_group_id": null,
    "labels": [
        "Союз"
    ],
    "label_ids": [],
    "release_date": "2005-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}