Information about plays

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

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

{
    "id": 506942,
    "uri": "https://api.kexp.org/v2/plays/506942/?format=api",
    "airdate": "2002-01-14T12:27:00-08:00",
    "show": 8725,
    "show_uri": "https://api.kexp.org/v2/shows/8725/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51n6u3aYbcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51n6u3aYbcL._SL75_.jpg",
    "song": "For the Singer of R.E.M.",
    "track_id": "5f432f23-3799-4b02-ba29-da9071448c63",
    "recording_id": null,
    "artist": "fIREHOSE",
    "artist_ids": [
        "33e09dd8-a998-4e1a-9e69-1a6567a3803d"
    ],
    "album": "If'n",
    "release_id": "4898a241-6f3b-4545-8725-e44fcafc8f01",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1987-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}