Information about plays

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

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

{
    "id": 1387884,
    "uri": "https://api.kexp.org/v2/plays/1387884/?format=api",
    "airdate": "2008-06-20T10:53:35-07:00",
    "show": 24226,
    "show_uri": "https://api.kexp.org/v2/shows/24226/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZPPX7PD0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZPPX7PD0L._SL75_.jpg",
    "song": "Freeze Sucker",
    "track_id": null,
    "recording_id": null,
    "artist": "The Datsuns",
    "artist_ids": [
        "7a5bcae1-45e5-495b-9f5b-254987b364bf"
    ],
    "album": "The Datsuns",
    "release_id": "3471f5d9-29e0-41ec-be60-0a712c9506d4",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2002-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}