Information about plays

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

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

{
    "id": 505775,
    "uri": "https://api.kexp.org/v2/plays/505775/?format=api",
    "airdate": "2002-01-10T18:42:00-08:00",
    "show": 8698,
    "show_uri": "https://api.kexp.org/v2/shows/8698/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TIoPJaPNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TIoPJaPNL._SL75_.jpg",
    "song": "God May Forgive You (But I Won't)",
    "track_id": null,
    "recording_id": null,
    "artist": "Rosie Flores",
    "artist_ids": [
        "648ceff4-65f6-4f77-9976-889d04d2f617"
    ],
    "album": "A Honky Tonk Reprise",
    "release_id": "ddd967b3-b707-4ec0-8041-e77aa3697acc",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}