Information about plays

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

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

{
    "id": 498819,
    "uri": "https://api.kexp.org/v2/plays/498819/?format=api",
    "airdate": "2001-12-20T14:00:00-08:00",
    "show": 8560,
    "show_uri": "https://api.kexp.org/v2/shows/8560/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QC4ARMCVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QC4ARMCVL._SL75_.jpg",
    "song": "Here Comes Your Man",
    "track_id": "48109122-8b6d-42b1-8ca2-6061b37eef07",
    "recording_id": null,
    "artist": "Pixies",
    "artist_ids": [
        "e3b40456-d510-48a1-a338-1469669e623a"
    ],
    "album": "Death to the Pixies",
    "release_id": "3d19354e-7676-46d8-9d14-5e25ea3ed1f1",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}