Information about plays

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

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

{
    "id": 1173162,
    "uri": "https://api.kexp.org/v2/plays/1173162/?format=api",
    "airdate": "2006-12-16T01:59:27-08:00",
    "show": 20572,
    "show_uri": "https://api.kexp.org/v2/shows/20572/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HHVowHLML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HHVowHLML._SL75_.jpg",
    "song": "Rebel for Real",
    "track_id": "03c4a577-ba0a-4b59-90fd-139c10c202e8",
    "recording_id": null,
    "artist": "Israel Vibration",
    "artist_ids": [
        "ffce4003-a756-46c0-b062-2e942de13d37"
    ],
    "album": "On the Rock",
    "release_id": "63bb4e72-a676-45cc-9951-46c03b6d0161",
    "release_group_id": null,
    "labels": [
        "RAS Records"
    ],
    "label_ids": [
        "8964f582-c932-424d-b518-f1385f553d89"
    ],
    "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"
}