Information about plays

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

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

{
    "id": 506873,
    "uri": "https://api.kexp.org/v2/plays/506873/?format=api",
    "airdate": "2002-01-14T07:23:00-08:00",
    "show": 8724,
    "show_uri": "https://api.kexp.org/v2/shows/8724/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41D0ZWXXQ0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41D0ZWXXQ0L._SL75_.jpg",
    "song": "The Hidden Camera",
    "track_id": "41bda5da-331a-4362-b895-e13a4fdf6126",
    "recording_id": null,
    "artist": "Photek",
    "artist_ids": [
        "2095b935-2007-4ae0-a48a-ef4d6fc3aac0"
    ],
    "album": "The Hidden Camera",
    "release_id": "086a3410-9d74-4ac4-b142-8fb64bd51189",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}