Information about plays

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

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

{
    "id": 417246,
    "uri": "https://api.kexp.org/v2/plays/417246/?format=api",
    "airdate": "2001-04-22T19:56:28-07:00",
    "show": 6965,
    "show_uri": "https://api.kexp.org/v2/shows/6965/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61%2BNTWjfVpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61%2BNTWjfVpL._SL75_.jpg",
    "song": "The Long Run",
    "track_id": "0cbf87ab-b518-44fb-aa64-4222e380e17e",
    "recording_id": null,
    "artist": "Self Scientific",
    "artist_ids": [
        "dbd460cd-dced-4786-8f72-de8ea09f67ff"
    ],
    "album": "The Self Science",
    "release_id": "df311246-1775-440a-aab7-9b8318363c39",
    "release_group_id": null,
    "labels": [
        "Sol"
    ],
    "label_ids": [],
    "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"
}