Information about plays

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

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

{
    "id": 415232,
    "uri": "https://api.kexp.org/v2/plays/415232/?format=api",
    "airdate": "2001-04-16T08:18:27-07:00",
    "show": 6927,
    "show_uri": "https://api.kexp.org/v2/shows/6927/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CEB61E9YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CEB61E9YL._SL75_.jpg",
    "song": "I Wanna Be Your Joey Ramone",
    "track_id": null,
    "recording_id": null,
    "artist": "Sleater-Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "Call the Doctor",
    "release_id": "3ba90142-0a08-4100-aff6-e2ac5c645fdf",
    "release_group_id": null,
    "labels": [
        "Chainsaw Records"
    ],
    "label_ids": [
        "43d88126-3737-41c2-87c5-77a970a4481c"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}