Information about plays

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

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

{
    "id": 1361761,
    "uri": "https://api.kexp.org/v2/plays/1361761/?format=api",
    "airdate": "2008-04-13T18:43:00-07:00",
    "show": 23780,
    "show_uri": "https://api.kexp.org/v2/shows/23780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go All Out (No Doubt!!!)",
    "track_id": "4f3cf8ce-7250-4aa5-a4c8-d855515ee88f",
    "recording_id": null,
    "artist": "9th Wonder & Buckshot",
    "artist_ids": [
        "ed3def12-1f8b-42d2-96d9-462dda46a7a6"
    ],
    "album": "Juice, Volume 85",
    "release_id": "a1839f08-a754-4e6d-927c-232c08b2cdb6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}