Information about plays

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

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

{
    "id": 461670,
    "uri": "https://api.kexp.org/v2/plays/461670/?format=api",
    "airdate": "2001-09-01T00:12:00-07:00",
    "show": 7835,
    "show_uri": "https://api.kexp.org/v2/shows/7835/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AA6P42K0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AA6P42K0L._SL75_.jpg",
    "song": "Eep Opp Ork Ah-ah (Means I Love You)",
    "track_id": "4e7573a0-62ae-42c3-8b57-a15a36e9cea8",
    "recording_id": null,
    "artist": "Violent Femmes",
    "artist_ids": [
        "2aab61bc-67f4-4722-8c6e-e1821b2e32a6"
    ],
    "album": "Saturday Morning: Cartoons' Greatest Hits",
    "release_id": "2c72f6ed-b7e8-4a59-9630-2dd6897ea9c5",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1995-12-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}