Information about plays

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

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

{
    "id": 1339323,
    "uri": "https://api.kexp.org/v2/plays/1339323/?format=api",
    "airdate": "2008-02-16T00:22:11-08:00",
    "show": 23399,
    "show_uri": "https://api.kexp.org/v2/shows/23399/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Addict",
    "track_id": null,
    "recording_id": null,
    "artist": "Denise LaSalle",
    "artist_ids": [
        "5048de90-abf2-4da7-8f8f-c3a567feef2d"
    ],
    "album": "The Bitch Is Bad",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ABC Records"
    ],
    "label_ids": [
        "c3e5d5a2-53f2-4eab-9641-23d61e511928"
    ],
    "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"
}