Information about plays

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

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

{
    "id": 1355402,
    "uri": "https://api.kexp.org/v2/plays/1355402/?format=api",
    "airdate": "2008-03-28T16:27:57-07:00",
    "show": 23671,
    "show_uri": "https://api.kexp.org/v2/shows/23671/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vipG4vEFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vipG4vEFL._SL75_.jpg",
    "song": "Soul Glo",
    "track_id": "3884ad8b-c84e-4783-96f3-3cdd91909d74",
    "recording_id": null,
    "artist": "Akrobatik",
    "artist_ids": [
        "763d779c-29f9-4abb-b116-c9cbada60d36"
    ],
    "album": "Absolute Value",
    "release_id": "d1322df2-03c6-46f4-84e6-c169d89c530a",
    "release_group_id": null,
    "labels": [
        "Fat Beats Records"
    ],
    "label_ids": [
        "8319a9cf-0459-4676-893e-be41069bc581"
    ],
    "release_date": "2008-02-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}