Information about plays

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

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

{
    "id": 1410150,
    "uri": "https://api.kexp.org/v2/plays/1410150/?format=api",
    "airdate": "2008-08-15T13:24:42-07:00",
    "show": 24599,
    "show_uri": "https://api.kexp.org/v2/shows/24599/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ivOkoM1PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ivOkoM1PL._SL75_.jpg",
    "song": "Gol' Dust",
    "track_id": null,
    "recording_id": null,
    "artist": "Common Market",
    "artist_ids": [
        "c8b259a5-6acb-43e8-bb28-bc09e92eb22e"
    ],
    "album": "Tobacco Road",
    "release_id": "4e9b710a-ffd1-4bb3-9368-23c394847a29",
    "release_group_id": null,
    "labels": [
        "Massline Media"
    ],
    "label_ids": [
        "6c447fb2-1592-4143-a28b-299f5f715fb6"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}