Information about plays

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

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

{
    "id": 506596,
    "uri": "https://api.kexp.org/v2/plays/506596/?format=api",
    "airdate": "2002-01-13T12:32:00-08:00",
    "show": 8719,
    "show_uri": "https://api.kexp.org/v2/shows/8719/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51P5KDpYWmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51P5KDpYWmL._SL75_.jpg",
    "song": "Cry Baby Cry",
    "track_id": null,
    "recording_id": null,
    "artist": "Throwing Muses",
    "artist_ids": [
        "b1b9d5cc-7975-43e5-960e-670583da7bc8"
    ],
    "album": "In a Doghouse",
    "release_id": "751aef8e-2ad2-4438-a244-17f3fbe34b60",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1998-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}