Information about plays

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

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

{
    "id": 418765,
    "uri": "https://api.kexp.org/v2/plays/418765/?format=api",
    "airdate": "2001-04-27T10:03:45-07:00",
    "show": 6997,
    "show_uri": "https://api.kexp.org/v2/shows/6997/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DQ3GPX4VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DQ3GPX4VL._SL75_.jpg",
    "song": "Tipp City",
    "track_id": null,
    "recording_id": null,
    "artist": "The Amps",
    "artist_ids": [
        "5e4ad809-a048-427d-b0e4-a6761de9c220"
    ],
    "album": "Pacer",
    "release_id": "8ee6b6b1-fe79-4935-b229-50f64b87cb17",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}