Information about plays

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

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

{
    "id": 414690,
    "uri": "https://api.kexp.org/v2/plays/414690/?format=api",
    "airdate": "2001-04-12T07:00:00-07:00",
    "show": 6916,
    "show_uri": "https://api.kexp.org/v2/shows/6916/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dEDuZcPXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dEDuZcPXL._SL75_.jpg",
    "song": "Roses in Water",
    "track_id": null,
    "recording_id": null,
    "artist": "Sunny Day Real Estate",
    "artist_ids": [
        "86b24e8f-a4d9-4c84-83ee-fde0d14ad9fa"
    ],
    "album": "How It Feels to Be Something On",
    "release_id": "d28b1565-137e-475b-b554-a4a9cde3810b",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1998-09-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}