Information about plays

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

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

{
    "id": 1177550,
    "uri": "https://api.kexp.org/v2/plays/1177550/?format=api",
    "airdate": "2006-12-27T14:10:06-08:00",
    "show": 20649,
    "show_uri": "https://api.kexp.org/v2/shows/20649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51T1quNNClL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51T1quNNClL._SL75_.jpg",
    "song": "Tango Canción",
    "track_id": null,
    "recording_id": null,
    "artist": "Gotan Project",
    "artist_ids": [
        "66cc244d-6f96-4668-a6e9-0f9cd5acc940"
    ],
    "album": "Lunático",
    "release_id": "85f40a46-ee3d-4ad5-b42d-766c8aad8565",
    "release_group_id": null,
    "labels": [
        "Ya Basta! Records"
    ],
    "label_ids": [
        "ed97fee0-3094-4031-ba45-5ba09a91e630"
    ],
    "release_date": "2006-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}