Information about plays

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

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

{
    "id": 492558,
    "uri": "https://api.kexp.org/v2/plays/492558/?format=api",
    "airdate": "2001-12-02T13:00:00-08:00",
    "show": 8444,
    "show_uri": "https://api.kexp.org/v2/shows/8444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Girl From Uncle",
    "track_id": "b8190a6d-fe93-49ae-8e9a-6d2d741360ae",
    "recording_id": null,
    "artist": "Teddy Randazzo",
    "artist_ids": [
        "da5cb3cd-17c1-4157-987c-899a6ff95a5d"
    ],
    "album": "Espresso Espresso",
    "release_id": "57c73a8c-3868-4516-ae21-fea698832a97",
    "release_group_id": null,
    "labels": [
        "Deram"
    ],
    "label_ids": [
        "9d39ce55-18f6-4989-bcb6-d56862e18dcb"
    ],
    "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"
}