Information about plays

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

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

{
    "id": 1304747,
    "uri": "https://api.kexp.org/v2/plays/1304747/?format=api",
    "airdate": "2007-11-20T19:04:00-08:00",
    "show": 22826,
    "show_uri": "https://api.kexp.org/v2/shows/22826/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JBR52VZDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JBR52VZDL._SL75_.jpg",
    "song": "Last Tango in Paris",
    "track_id": "c70de981-eff8-4de6-bad3-c930df0df010",
    "recording_id": null,
    "artist": "Gotan Project",
    "artist_ids": [
        "66cc244d-6f96-4668-a6e9-0f9cd5acc940"
    ],
    "album": "La revancha del tango",
    "release_id": "bf8f2227-91e2-4a21-8b0e-431fc7975538",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2001-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}