Information about plays

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

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

{
    "id": 1256603,
    "uri": "https://api.kexp.org/v2/plays/1256603/?format=api",
    "airdate": "2007-07-19T17:11:44-07:00",
    "show": 22006,
    "show_uri": "https://api.kexp.org/v2/shows/22006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51V1TEMKA3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51V1TEMKA3L._SL75_.jpg",
    "song": "Chariot",
    "track_id": null,
    "recording_id": null,
    "artist": "Page France",
    "artist_ids": [
        "de6c2864-ec2c-4bba-9c37-0c3a995bb104"
    ],
    "album": "Hello, Dear Wind",
    "release_id": "14104462-3ada-4dde-af4a-6e9cd26ed90d",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2006-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}