Information about plays

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

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

{
    "id": 509489,
    "uri": "https://api.kexp.org/v2/plays/509489/?format=api",
    "airdate": "2002-01-21T23:10:00-08:00",
    "show": 8776,
    "show_uri": "https://api.kexp.org/v2/shows/8776/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ht2OQodKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ht2OQodKL._SL75_.jpg",
    "song": "Down to a Science",
    "track_id": "57fd6fd1-ecca-4ff9-9025-a68cbd3a5d6b",
    "recording_id": null,
    "artist": "Downtown Science",
    "artist_ids": [
        "45f25136-6319-466f-a09f-c7f2f2ae5907"
    ],
    "album": "Downtown Science",
    "release_id": "392b2167-20e5-4830-8eca-7e4a5f92bc9c",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}