Information about plays

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

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

{
    "id": 1375637,
    "uri": "https://api.kexp.org/v2/plays/1375637/?format=api",
    "airdate": "2008-05-18T15:25:00-07:00",
    "show": 24012,
    "show_uri": "https://api.kexp.org/v2/shows/24012/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sRJVNujvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sRJVNujvL._SL75_.jpg",
    "song": "Red Sock Pugie",
    "track_id": null,
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Antidotes",
    "release_id": "2989029c-a481-40bc-87f0-0ada809fae26",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}