Information about plays

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

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

{
    "id": 1308342,
    "uri": "https://api.kexp.org/v2/plays/1308342/?format=api",
    "airdate": "2007-11-29T20:42:50-08:00",
    "show": 22884,
    "show_uri": "https://api.kexp.org/v2/shows/22884/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412fjqAcLSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412fjqAcLSL._SL75_.jpg",
    "song": "Motel Time Again",
    "track_id": "839bc719-3cd0-4731-9e1d-582e54aba64c",
    "recording_id": null,
    "artist": "Bobby Bare, Jr.",
    "artist_ids": [
        "692bcdfa-c1ce-4556-8506-2bf8d259eccd"
    ],
    "album": "Touch My Heart: A Tribute to Johnny Paycheck",
    "release_id": "6f64c2c6-a3c7-4046-8716-f36639dbc287",
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "afa6382b-5e0a-43e1-9607-6e12abadf387"
    ],
    "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"
}