Information about plays

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

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

{
    "id": 532125,
    "uri": "https://api.kexp.org/v2/plays/532125/?format=api",
    "airdate": "2002-03-28T09:45:18-08:00",
    "show": 9211,
    "show_uri": "https://api.kexp.org/v2/shows/9211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CCTVDMVRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CCTVDMVRL._SL75_.jpg",
    "song": "Doe",
    "track_id": null,
    "recording_id": null,
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Pod",
    "release_id": "20b08109-7c6b-4cec-8795-57da8624c3e5",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}