Information about plays

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

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

{
    "id": 510891,
    "uri": "https://api.kexp.org/v2/plays/510891/?format=api",
    "airdate": "2002-01-25T21:05:00-08:00",
    "show": 8800,
    "show_uri": "https://api.kexp.org/v2/shows/8800/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fever",
    "track_id": "bb8126d5-e21a-4769-b20e-dd7dccfac9de",
    "recording_id": null,
    "artist": "Peggy Lee",
    "artist_ids": [
        "5a2463af-eef0-4a22-bc8f-5865fbe9c78e"
    ],
    "album": "Fever",
    "release_id": "5391fa87-4d76-4ba8-8b2e-758ac634ba6f",
    "release_group_id": null,
    "labels": [
        "CEMA"
    ],
    "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"
}