Information about plays

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

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

{
    "id": 344241,
    "uri": "https://api.kexp.org/v2/plays/344241/?format=api",
    "airdate": "2019-06-21T04:15:23-07:00",
    "show": 5735,
    "show_uri": "https://api.kexp.org/v2/shows/5735/?format=api",
    "image_uri": "http://coverartarchive.org/release/0123d225-e035-3728-ac3a-3758c9d4edad/7940728317-250.jpg",
    "thumbnail_uri": "",
    "song": "Saints",
    "track_id": "ed09bbf2-ad0a-35b1-83d9-4f79e7501669",
    "recording_id": null,
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Last Splash",
    "release_id": "0123d225-e035-3728-ac3a-3758c9d4edad",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1993-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://thebreedersmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}