Information about plays

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

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

{
    "id": 1386140,
    "uri": "https://api.kexp.org/v2/plays/1386140/?format=api",
    "airdate": "2008-06-16T02:12:04-07:00",
    "show": 24200,
    "show_uri": "https://api.kexp.org/v2/shows/24200/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41O3ndtpwYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41O3ndtpwYL._SL75_.jpg",
    "song": "Soy Campesino",
    "track_id": "9abd5b7b-4cca-41bf-be65-e880319368ff",
    "recording_id": null,
    "artist": "Ska Cubano",
    "artist_ids": [
        "174a90d4-cb24-45d7-ac8b-8b1b63d17759"
    ],
    "album": "¡Ay Caramba!",
    "release_id": "222a3c69-e598-4630-8471-15c96d9e7ef7",
    "release_group_id": null,
    "labels": [
        "Cumbancha"
    ],
    "label_ids": [
        "ca1dd9fa-ab3a-45c0-97b9-4c66c8eb2fc7"
    ],
    "release_date": "2006-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}