Information about plays

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

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

{
    "id": 510144,
    "uri": "https://api.kexp.org/v2/plays/510144/?format=api",
    "airdate": "2002-01-23T20:39:00-08:00",
    "show": 8787,
    "show_uri": "https://api.kexp.org/v2/shows/8787/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YYY5TBYDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YYY5TBYDL._SL75_.jpg",
    "song": "Ugly Woman",
    "track_id": "6d01a8ae-8776-4453-9758-baf3c49578ba",
    "recording_id": null,
    "artist": "Hasil Adkins",
    "artist_ids": [
        "0c3319f3-d4c9-48d4-ba4c-deb7cd3c125b"
    ],
    "album": "What the Hell Was I Thinking",
    "release_id": "0422ff68-cc20-4e8d-9736-adbafb33fcd2",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}