Information about plays

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

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

{
    "id": 1257786,
    "uri": "https://api.kexp.org/v2/plays/1257786/?format=api",
    "airdate": "2007-07-22T17:10:05-07:00",
    "show": 22027,
    "show_uri": "https://api.kexp.org/v2/shows/22027/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417kg5xZ0PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417kg5xZ0PL._SL75_.jpg",
    "song": "Now, Now",
    "track_id": null,
    "recording_id": null,
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "Marry Me",
    "release_id": "35390e9c-dbe5-49ed-96d9-5b53d72b58a2",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2007-07-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}