Information about plays

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

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

{
    "id": 529944,
    "uri": "https://api.kexp.org/v2/plays/529944/?format=api",
    "airdate": "2002-03-22T09:48:30-08:00",
    "show": 9170,
    "show_uri": "https://api.kexp.org/v2/shows/9170/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/210VXD8A2CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/210VXD8A2CL._SL75_.jpg",
    "song": "London",
    "track_id": null,
    "recording_id": null,
    "artist": "Noonday Underground",
    "artist_ids": [
        "cbdc4c77-cb4c-4a86-bd24-9fd6b1fb7ddb"
    ],
    "album": "Self Assembly",
    "release_id": "49832942-8890-488f-a55f-c46e40a961eb",
    "release_group_id": null,
    "labels": [
        "Bar None Records"
    ],
    "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"
}