Information about plays

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

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

{
    "id": 1402530,
    "uri": "https://api.kexp.org/v2/plays/1402530/?format=api",
    "airdate": "2008-07-27T12:00:34-07:00",
    "show": 24472,
    "show_uri": "https://api.kexp.org/v2/shows/24472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So What/ Impressions",
    "track_id": "1e334744-394c-4ab5-ac0c-9c9275a0f6cc",
    "recording_id": null,
    "artist": "Bobby Matos Afro-Cuban Jazz Ensemble",
    "artist_ids": [
        "46171336-6868-4b1c-a516-531d9b9f197a"
    ],
    "album": "Chango's Dance",
    "release_id": "af4c6465-d8d0-4654-956e-8246075377bb",
    "release_group_id": null,
    "labels": [
        "CuBop/Ubiquity"
    ],
    "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"
}