Information about plays

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

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

{
    "id": 1357224,
    "uri": "https://api.kexp.org/v2/plays/1357224/?format=api",
    "airdate": "2008-04-02T07:10:18-07:00",
    "show": 23703,
    "show_uri": "https://api.kexp.org/v2/shows/23703/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Told Her On Alderaan",
    "track_id": null,
    "recording_id": null,
    "artist": "Neon Neon",
    "artist_ids": [],
    "album": "Stainless Style (Lex Records)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "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"
}