Information about plays

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

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

{
    "id": 529860,
    "uri": "https://api.kexp.org/v2/plays/529860/?format=api",
    "airdate": "2002-03-22T03:39:08-08:00",
    "show": 9169,
    "show_uri": "https://api.kexp.org/v2/shows/9169/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4149MPAQ83L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4149MPAQ83L._SL75_.jpg",
    "song": "Buenos días, corazón",
    "track_id": "21567444-6c44-4448-8e98-9b937aab4500",
    "recording_id": null,
    "artist": "Le Mans",
    "artist_ids": [
        "62ec9967-480a-4f66-b239-ec3e48856078"
    ],
    "album": "Aquí vivía yo",
    "release_id": "38b2a397-e012-4a76-910f-f10d1e7c9fde",
    "release_group_id": null,
    "labels": [
        "Elefant Records"
    ],
    "label_ids": [
        "59dbf7f7-da6e-4795-8465-eb612639a39b"
    ],
    "release_date": "1998-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}