Information about plays

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

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

{
    "id": 470213,
    "uri": "https://api.kexp.org/v2/plays/470213/?format=api",
    "airdate": "2001-09-26T15:55:42-07:00",
    "show": 8004,
    "show_uri": "https://api.kexp.org/v2/shows/8004/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41lxjyrGGkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41lxjyrGGkL._SL75_.jpg",
    "song": "Cry Like a Rainy Day",
    "track_id": "226d19be-047b-4d1b-ab9e-630f3ac5cd40",
    "recording_id": null,
    "artist": "Etta James",
    "artist_ids": [
        "e22d2f66-881e-41ca-9356-544697ee5f90"
    ],
    "album": "Love's Been Rough on Me",
    "release_id": "9e93794b-49a4-4161-acc1-040c08f1baa9",
    "release_group_id": null,
    "labels": [
        "Private Music"
    ],
    "label_ids": [
        "48e05d59-41a2-435c-9f74-7df9bc1181cc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}