Information about plays

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

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

{
    "id": 1386399,
    "uri": "https://api.kexp.org/v2/plays/1386399/?format=api",
    "airdate": "2008-06-16T18:46:22-07:00",
    "show": 24204,
    "show_uri": "https://api.kexp.org/v2/shows/24204/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Natalia",
    "track_id": "80a6b4b0-99c3-4068-8a0a-43fca15997b7",
    "recording_id": null,
    "artist": "Touré Kunda",
    "artist_ids": [
        "50cd3334-1bad-483a-a059-b297e06ec65a"
    ],
    "album": "Dance of the Leaves: The Celluloid Recordings (1983-1987)",
    "release_id": "b65cdbc9-5da0-463b-8e89-aa18a3cc6c68",
    "release_group_id": null,
    "labels": [
        "MetroTone"
    ],
    "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"
}