Information about plays

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

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

{
    "id": 346407,
    "uri": "https://api.kexp.org/v2/plays/346407/?format=api",
    "airdate": "2019-06-26T09:22:14-07:00",
    "show": 5773,
    "show_uri": "https://api.kexp.org/v2/shows/5773/?format=api",
    "image_uri": "http://coverartarchive.org/release/ea92aff2-7acf-4570-9a40-a3e4bdda1677/4984483506-250.jpg",
    "thumbnail_uri": "",
    "song": "Surgeon",
    "track_id": "e7d795c9-2417-4510-ab41-ad42985492ab",
    "recording_id": null,
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "4AD Session",
    "release_id": "ea92aff2-7acf-4570-9a40-a3e4bdda1677",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2012-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A little something to get along, get along, get along...\" Here's the video: https://www.youtube.com/watch?v=XjZgiv2F1QY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}