Information about plays

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

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

{
    "id": 350731,
    "uri": "https://api.kexp.org/v2/plays/350731/?format=api",
    "airdate": "2019-07-06T04:25:00-07:00",
    "show": 5840,
    "show_uri": "https://api.kexp.org/v2/shows/5840/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Take You There",
    "track_id": "7a65636f-2834-423e-af02-4b4ec58a9cc5",
    "recording_id": null,
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Be Altitude: Respect Yourself",
    "release_id": "13cf135c-0f01-42f9-9bdb-e74f90bdc458",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}