Information about plays

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

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

{
    "id": 351427,
    "uri": "https://api.kexp.org/v2/plays/351427/?format=api",
    "airdate": "2019-07-07T19:35:00-07:00",
    "show": 5856,
    "show_uri": "https://api.kexp.org/v2/shows/5856/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Middle",
    "track_id": "3024ad17-b8f8-4c3b-a681-93c84f86a1f7",
    "recording_id": null,
    "artist": "Unlimited Touch",
    "artist_ids": [
        "8849456e-97d8-4105-8ff4-3309d868786d"
    ],
    "album": "I Hear Music In The Streets / In The Middle",
    "release_id": "a696c721-42e4-451a-a8b5-a8117701d4ca",
    "release_group_id": null,
    "labels": [
        "Prelude Records"
    ],
    "label_ids": [
        "7f9db141-90d9-449e-ab25-634b963d5949"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}