Information about plays

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

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

{
    "id": 489378,
    "uri": "https://api.kexp.org/v2/plays/489378/?format=api",
    "airdate": "2001-11-22T20:18:56-08:00",
    "show": 8377,
    "show_uri": "https://api.kexp.org/v2/shows/8377/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GeAq27DvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GeAq27DvL._SL75_.jpg",
    "song": "Passin' Through",
    "track_id": "485a0783-86d8-4365-932e-a1523655a5de",
    "recording_id": null,
    "artist": "Rice, Rice, Hillman & Pedersen",
    "artist_ids": [
        "0827aaf1-8743-4a6e-9c6f-216dcad410f5"
    ],
    "album": "Running Wild",
    "release_id": "7d7d3ca6-b7ed-4983-83c3-23303040769a",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}