Information about plays

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

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

{
    "id": 497610,
    "uri": "https://api.kexp.org/v2/plays/497610/?format=api",
    "airdate": "2001-12-17T06:31:00-08:00",
    "show": 8540,
    "show_uri": "https://api.kexp.org/v2/shows/8540/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dlXKw%2BFPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dlXKw%2BFPL._SL75_.jpg",
    "song": "not ennuf love",
    "track_id": null,
    "recording_id": null,
    "artist": "Faithless",
    "artist_ids": [
        "23d9d74d-c95e-46a6-be26-a6075c49747a"
    ],
    "album": "Outrospective",
    "release_id": "f1dac6ab-071a-46d4-99d2-2a8603ffd6e7",
    "release_group_id": null,
    "labels": [
        "Cheeky Records"
    ],
    "label_ids": [
        "a1a1d3ce-4a27-41da-ac03-ac1e58e72203"
    ],
    "release_date": "2001-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}