Information about plays

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

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

{
    "id": 503867,
    "uri": "https://api.kexp.org/v2/plays/503867/?format=api",
    "airdate": "2002-01-05T03:46:00-08:00",
    "show": 8659,
    "show_uri": "https://api.kexp.org/v2/shows/8659/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hzVXUoxfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hzVXUoxfL._SL75_.jpg",
    "song": "Nothin'",
    "track_id": "0e42cc01-d75f-4e7f-accb-4cf29cd9f7bf",
    "recording_id": null,
    "artist": "Townes Van Zandt",
    "artist_ids": [
        "d67d1a21-6e45-4dd6-aef0-0191ba3796e0"
    ],
    "album": "In Pain",
    "release_id": "6286925f-a543-4bee-adcd-05f00d5850bd",
    "release_group_id": null,
    "labels": [
        "Normal"
    ],
    "label_ids": [
        "407af964-f55a-4edb-a646-776e454766fc"
    ],
    "release_date": "1999-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}