Information about plays

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

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

{
    "id": 347270,
    "uri": "https://api.kexp.org/v2/plays/347270/?format=api",
    "airdate": "2019-06-28T03:52:32-07:00",
    "show": 5783,
    "show_uri": "https://api.kexp.org/v2/shows/5783/?format=api",
    "image_uri": "http://coverartarchive.org/release/8413c966-9b5f-458b-a738-5b8bb27f3c81/23401564755-250.jpg",
    "thumbnail_uri": "",
    "song": "Organ Farmer",
    "track_id": "6f4cedbe-4ee4-4113-8a0e-9814260d4cff",
    "recording_id": null,
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Infest The Rats' Nest",
    "release_id": "8413c966-9b5f-458b-a738-5b8bb27f3c81",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wacky new vid for this track https://www.youtube.com/watch?v=Qskg6yvn8vc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}