Information about plays

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

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

{
    "id": 1356538,
    "uri": "https://api.kexp.org/v2/plays/1356538/?format=api",
    "airdate": "2008-03-31T13:33:21-07:00",
    "show": 23692,
    "show_uri": "https://api.kexp.org/v2/shows/23692/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "French Inhale",
    "track_id": "164e9ebc-9c30-47ae-b027-63a7c2686eba",
    "recording_id": null,
    "artist": "Thrush Hermit",
    "artist_ids": [
        "39e8654b-4b01-4e62-bf50-9ad8485b5ba0"
    ],
    "album": "Smart Bomb",
    "release_id": "8e004059-dbaa-4b04-b1e2-f8e28cf6e760",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}