Information about plays

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

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

{
    "id": 421279,
    "uri": "https://api.kexp.org/v2/plays/421279/?format=api",
    "airdate": "2001-05-04T20:08:10-07:00",
    "show": 7051,
    "show_uri": "https://api.kexp.org/v2/shows/7051/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51n%2BJFp%2BGxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51n%2BJFp%2BGxL._SL75_.jpg",
    "song": "Hard Luck Blues",
    "track_id": "b0e12436-4f8c-4c47-aea8-ee90b5c7bd85",
    "recording_id": null,
    "artist": "Marvin Rainwater",
    "artist_ids": [
        "7089f88e-6d18-48df-bfe1-62d23e88f404"
    ],
    "album": "Whole Lotta Woman",
    "release_id": "52058dd9-e5cc-406e-9c0d-a9bb14a71c01",
    "release_group_id": null,
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}