Information about plays

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

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

{
    "id": 506264,
    "uri": "https://api.kexp.org/v2/plays/506264/?format=api",
    "airdate": "2002-01-12T10:47:30-08:00",
    "show": 8708,
    "show_uri": "https://api.kexp.org/v2/shows/8708/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Worries in the Dance",
    "track_id": "ccbaa6ca-d73c-4dcf-a957-0f0ecdee6edb",
    "recording_id": null,
    "artist": "Frankie Paul",
    "artist_ids": [
        "291ec398-9ad9-4db9-949f-b99a880d18b3"
    ],
    "album": "Hitbound Selection: When the Dances Were Changing",
    "release_id": "15c67f97-bf79-41c8-b282-d255909ec9c4",
    "release_group_id": null,
    "labels": [
        "Pressure Sounds"
    ],
    "label_ids": [
        "e8a88883-4209-4d1c-8fb9-57c30024bc4e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}