Information about plays

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

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

{
    "id": 487491,
    "uri": "https://api.kexp.org/v2/plays/487491/?format=api",
    "airdate": "2001-11-17T03:13:20-08:00",
    "show": 8339,
    "show_uri": "https://api.kexp.org/v2/shows/8339/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51svPdrG9IL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51svPdrG9IL._SL75_.jpg",
    "song": "Big Iron",
    "track_id": "83586097-2a44-4365-8289-c64b04500c1f",
    "recording_id": null,
    "artist": "Marty Robbins",
    "artist_ids": [
        "2c2add7c-9a99-4812-a20e-870d331f01fd"
    ],
    "album": "A Lifetime of Song: 1951-1982",
    "release_id": "2835fb58-18cf-45e1-9380-deaf252109c6",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}