Information about plays

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

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

{
    "id": 430219,
    "uri": "https://api.kexp.org/v2/plays/430219/?format=api",
    "airdate": "2001-06-01T07:17:38-07:00",
    "show": 7231,
    "show_uri": "https://api.kexp.org/v2/shows/7231/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41kVHVgj88L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41kVHVgj88L._SL75_.jpg",
    "song": "Fools Gold 4.15",
    "track_id": "bb3b6c27-c523-4471-9294-7776b005a644",
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "Fools Gold",
    "release_id": "5aaa5ec2-a184-4fd0-8390-e0feff521f5b",
    "release_group_id": null,
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}