Information about plays

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

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

{
    "id": 1364994,
    "uri": "https://api.kexp.org/v2/plays/1364994/?format=api",
    "airdate": "2008-04-21T21:01:15-07:00",
    "show": 23835,
    "show_uri": "https://api.kexp.org/v2/shows/23835/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61w%2BI6hnWXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61w%2BI6hnWXL._SL75_.jpg",
    "song": "Arroz Con Habichuela",
    "track_id": "9d15246e-4f38-4704-bf99-1af62ae7582c",
    "recording_id": null,
    "artist": "El Gran Combo de Puerto Rico",
    "artist_ids": [
        "a34ab81e-a7e0-4d0c-b5f8-2438f104733d"
    ],
    "album": "Arroz Con Habichuela",
    "release_id": "835c6253-4f4b-40d1-98e3-8e6a73082d45",
    "release_group_id": null,
    "labels": [
        "Sony BMG Music Entertainment"
    ],
    "label_ids": [
        "f9ada3ae-3081-44df-8581-ca27a3462b68"
    ],
    "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"
}