Information about plays

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

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

{
    "id": 1415816,
    "uri": "https://api.kexp.org/v2/plays/1415816/?format=api",
    "airdate": "2008-08-29T16:19:32-07:00",
    "show": 24693,
    "show_uri": "https://api.kexp.org/v2/shows/24693/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519f0OnNKQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519f0OnNKQL._SL75_.jpg",
    "song": "Johnny Guitar",
    "track_id": "80b65400-c1b6-45e3-9741-8a7cc7b082c8",
    "recording_id": null,
    "artist": "The Nice Boys",
    "artist_ids": [
        "c3da7d1d-e991-4e00-a0b9-6f001cc9da0c"
    ],
    "album": "The Nice Boys",
    "release_id": "3c84ab32-5cdd-4b1d-85a0-f5e6c21ead71",
    "release_group_id": null,
    "labels": [
        "IODA"
    ],
    "label_ids": [],
    "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"
}