Information about plays

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

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

{
    "id": 1363136,
    "uri": "https://api.kexp.org/v2/plays/1363136/?format=api",
    "airdate": "2008-04-17T04:19:32-07:00",
    "show": 23801,
    "show_uri": "https://api.kexp.org/v2/shows/23801/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513UWBZZf5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513UWBZZf5L._SL75_.jpg",
    "song": "Bruised Tangerines",
    "track_id": null,
    "recording_id": null,
    "artist": "The Black Hollies",
    "artist_ids": [
        "61f8b5ab-4dac-44d9-b047-9363516d519b"
    ],
    "album": "Casting Shadows",
    "release_id": "d9192b90-6401-45a9-b0e2-94b0e43c3798",
    "release_group_id": null,
    "labels": [
        "Ever"
    ],
    "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"
}