Information about plays

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

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

{
    "id": 507102,
    "uri": "https://api.kexp.org/v2/plays/507102/?format=api",
    "airdate": "2002-01-14T23:00:00-08:00",
    "show": 8728,
    "show_uri": "https://api.kexp.org/v2/shows/8728/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TVYQ1FAML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TVYQ1FAML._SL75_.jpg",
    "song": "Movie Scene",
    "track_id": "a3afbd17-bbe2-427a-a2ab-1c2a401b2556",
    "recording_id": null,
    "artist": "Fu-Schnickens",
    "artist_ids": [
        "22d8f80a-6e2d-41cf-be36-104f5192ffcf"
    ],
    "album": "F.U. \"Don't Take It Personal\"",
    "release_id": "ec5734d2-8fcb-49ee-9913-c360d6c4e718",
    "release_group_id": null,
    "labels": [
        "Jive Records"
    ],
    "label_ids": [
        "da8d046b-01b2-4483-ba93-06653b4a5e23"
    ],
    "release_date": "1992-02-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}