Information about plays

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

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

{
    "id": 532640,
    "uri": "https://api.kexp.org/v2/plays/532640/?format=api",
    "airdate": "2002-03-29T19:00:00-08:00",
    "show": 9221,
    "show_uri": "https://api.kexp.org/v2/shows/9221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wild Man",
    "track_id": "b32b07ae-2af5-4ba3-836f-53f24f032e80",
    "recording_id": null,
    "artist": "Josie Kreuzer",
    "artist_ids": [
        "379349e0-15bf-41a1-88d5-13a35399576d"
    ],
    "album": "Hot Rod Girl",
    "release_id": "e5d50a9c-e0fb-4138-adb3-de1b229b3805",
    "release_group_id": null,
    "labels": [
        "SheDevil"
    ],
    "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"
}