Information about plays

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

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

{
    "id": 507307,
    "uri": "https://api.kexp.org/v2/plays/507307/?format=api",
    "airdate": "2002-01-15T13:12:00-08:00",
    "show": 8731,
    "show_uri": "https://api.kexp.org/v2/shows/8731/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Lb-59MWkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Lb-59MWkL._SL75_.jpg",
    "song": "Burn, Don't Freeze",
    "track_id": "02f2fa8e-01ef-422e-a512-5985d8581e4b",
    "recording_id": null,
    "artist": "Sleater-Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "The Hot Rock",
    "release_id": "69dfd0a6-b201-418b-ad01-5be713f43195",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1999-02-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}