Information about plays

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

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

{
    "id": 416068,
    "uri": "https://api.kexp.org/v2/plays/416068/?format=api",
    "airdate": "2001-04-18T14:56:28-07:00",
    "show": 6943,
    "show_uri": "https://api.kexp.org/v2/shows/6943/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Swing Turn",
    "track_id": "4d6a2f65-baf1-4d56-ae52-7b4f768b11da",
    "recording_id": null,
    "artist": "Otis Grand",
    "artist_ids": [
        "46ae5a28-b213-4a46-83cb-ce28929a2bce"
    ],
    "album": "He Knows the Blues",
    "release_id": "c6429acb-5eef-44b3-9b16-2fbf9a1bdf01",
    "release_group_id": null,
    "labels": [
        "Sequel"
    ],
    "label_ids": [],
    "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"
}