Information about plays

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

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

{
    "id": 414438,
    "uri": "https://api.kexp.org/v2/plays/414438/?format=api",
    "airdate": "2001-02-25T17:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fATDcPvGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fATDcPvGL._SL75_.jpg",
    "song": "Infrared",
    "track_id": "e030dd87-d41c-4311-88e0-fe4d8f7b8447",
    "recording_id": null,
    "artist": "Arab Strap",
    "artist_ids": [
        "6caf09f5-2f01-4f76-bcc7-6207930c56c6"
    ],
    "album": "The Red Thread",
    "release_id": "c12bcb87-2ac6-4c46-b0a2-75b5f1fca20d",
    "release_group_id": null,
    "labels": [
        "Chemikal Underground"
    ],
    "label_ids": [
        "6456662e-5a50-4185-bea9-3b0c7e180aef"
    ],
    "release_date": "2001-02-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}