Information about plays

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

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

{
    "id": 456723,
    "uri": "https://api.kexp.org/v2/plays/456723/?format=api",
    "airdate": "2001-08-17T16:48:45-07:00",
    "show": 7732,
    "show_uri": "https://api.kexp.org/v2/shows/7732/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Punchbag",
    "track_id": "f0a9c525-b6b7-4433-a4b5-d44bd3b7cd34",
    "recording_id": null,
    "artist": "The Bees",
    "artist_ids": [
        "276cfa71-caa8-4bf4-b522-39a8086e7c6b"
    ],
    "album": "Punchbag EP",
    "release_id": "89730f2f-df1a-443c-9726-474241e68461",
    "release_group_id": null,
    "labels": [
        "We Love You/Wall of Sound"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}