Information about plays

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

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

{
    "id": 464065,
    "uri": "https://api.kexp.org/v2/plays/464065/?format=api",
    "airdate": "2001-09-08T05:12:51-07:00",
    "show": 7880,
    "show_uri": "https://api.kexp.org/v2/shows/7880/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gFXT7GPWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gFXT7GPWL._SL75_.jpg",
    "song": "One Time One Place",
    "track_id": "2c4519c6-6549-450d-a44f-0173a35555b8",
    "recording_id": null,
    "artist": "Skinny Puppy",
    "artist_ids": [
        "5a24bc1a-c093-4a82-84ed-8d7f2da0570d"
    ],
    "album": "Mind: The Perpetual Intercourse",
    "release_id": "efaaa7b9-c453-4af5-b6b7-b0f20646e07d",
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}