Information about plays

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

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

{
    "id": 511206,
    "uri": "https://api.kexp.org/v2/plays/511206/?format=api",
    "airdate": "2002-01-26T21:00:00-08:00",
    "show": 8808,
    "show_uri": "https://api.kexp.org/v2/shows/8808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trouble (A-Sides remix)",
    "track_id": "3a30718a-938b-4a54-aff9-be42177d70f7",
    "recording_id": null,
    "artist": "Q Project",
    "artist_ids": [
        "b6cedebe-6d44-48d9-9a80-7d997c1b3fe6"
    ],
    "album": "Jet Set Remix / Trouble Remix",
    "release_id": "399b7bb0-1a1a-459a-9442-ac76bcb38fbf",
    "release_group_id": null,
    "labels": [
        "Advanced"
    ],
    "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"
}