Information about plays

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

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

{
    "id": 1303386,
    "uri": "https://api.kexp.org/v2/plays/1303386/?format=api",
    "airdate": "2007-11-17T02:02:36-08:00",
    "show": 22800,
    "show_uri": "https://api.kexp.org/v2/shows/22800/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/27226",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/27227",
    "song": "Shake My Ass",
    "track_id": "c03cd686-0c08-419c-8048-494267fba6a7",
    "recording_id": null,
    "artist": "The Heelwalkers",
    "artist_ids": [
        "cab3b284-782f-42f2-ac56-d40c306ff6cf"
    ],
    "album": "The Heelwalkers",
    "release_id": "2f2fd6dd-2584-4402-b2c5-0186d00ed783",
    "release_group_id": null,
    "labels": [
        "Brobdingnagian Records"
    ],
    "label_ids": [
        "0951b4a2-306a-49a9-b3ab-9412eee68116"
    ],
    "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"
}