Information about plays

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

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

{
    "id": 1307214,
    "uri": "https://api.kexp.org/v2/plays/1307214/?format=api",
    "airdate": "2007-11-27T01:24:37-08:00",
    "show": 22868,
    "show_uri": "https://api.kexp.org/v2/shows/22868/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/616XJED705L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/616XJED705L._SL75_.jpg",
    "song": "The Greys",
    "track_id": "9efc8ed8-e43b-4a95-8652-8fa9ea1675f1",
    "recording_id": null,
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "Sing the Greys",
    "release_id": "e98225b1-8ff7-4051-b842-eaddecf69140",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}