Information about plays

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

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

{
    "id": 1178904,
    "uri": "https://api.kexp.org/v2/plays/1178904/?format=api",
    "airdate": "2006-12-30T23:42:00-08:00",
    "show": 20670,
    "show_uri": "https://api.kexp.org/v2/shows/20670/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JJ3WB5WTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JJ3WB5WTL._SL75_.jpg",
    "song": "Balance",
    "track_id": "0eca4590-0c68-4ce5-916b-2377568c29ec",
    "recording_id": null,
    "artist": "Iron Age",
    "artist_ids": [
        "9716bd53-0f72-447c-9dc3-ddaaca12a356"
    ],
    "album": "Constant Struggle",
    "release_id": "cc644ea3-e900-4a5b-ad02-7fdfdda151a1",
    "release_group_id": null,
    "labels": [
        "Youngblood Records"
    ],
    "label_ids": [
        "e93fcf2c-71b9-4a40-9bc6-c29890cb21b1"
    ],
    "release_date": "2006-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}