Information about plays

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

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

{
    "id": 428287,
    "uri": "https://api.kexp.org/v2/plays/428287/?format=api",
    "airdate": "2001-05-26T10:22:06-07:00",
    "show": 7193,
    "show_uri": "https://api.kexp.org/v2/shows/7193/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Upcw0g-GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Upcw0g-GL._SL75_.jpg",
    "song": "Watching You",
    "track_id": "d24b7df8-9492-4ee1-bc7f-3ed0398e423d",
    "recording_id": null,
    "artist": "Wayne Wonder",
    "artist_ids": [
        "fa5ecc27-10f6-41eb-90ac-9498a2bf6b43"
    ],
    "album": "Da Vibe",
    "release_id": "d53bf71d-c122-4e4f-9119-ceb38696228a",
    "release_group_id": null,
    "labels": [],
    "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"
}