Information about plays

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

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

{
    "id": 1379229,
    "uri": "https://api.kexp.org/v2/plays/1379229/?format=api",
    "airdate": "2008-05-27T14:49:31-07:00",
    "show": 24071,
    "show_uri": "https://api.kexp.org/v2/shows/24071/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416WCEEYA4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416WCEEYA4L._SL75_.jpg",
    "song": "Underground Sun",
    "track_id": null,
    "recording_id": null,
    "artist": "Robyn Hitchcock & The Venus 3",
    "artist_ids": [
        "33a87705-9323-4b64-9499-6663fc23f623"
    ],
    "album": "Olé! Tarantula",
    "release_id": "06b11fc3-b1f1-4b09-98ae-a8706b0d83cb",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2006-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}