Information about plays

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

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

{
    "id": 1390657,
    "uri": "https://api.kexp.org/v2/plays/1390657/?format=api",
    "airdate": "2008-06-27T07:34:00-07:00",
    "show": 24271,
    "show_uri": "https://api.kexp.org/v2/shows/24271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Direct Drive (The Ready Made A",
    "track_id": null,
    "recording_id": null,
    "artist": "ECD",
    "artist_ids": [
        "611784bf-1c97-49b9-a48e-fa7dffc7d1db"
    ],
    "album": "All Systems Are Go",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Anagram Records"
    ],
    "label_ids": [
        "83ca98d2-7d99-40f1-8e60-dc35c7b78508"
    ],
    "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"
}