Information about plays

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

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

{
    "id": 429639,
    "uri": "https://api.kexp.org/v2/plays/429639/?format=api",
    "airdate": "2001-05-30T14:47:22-07:00",
    "show": 7221,
    "show_uri": "https://api.kexp.org/v2/shows/7221/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Kj-EoYYtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Kj-EoYYtL._SL75_.jpg",
    "song": "Mystery Hours",
    "track_id": "6d596e93-cac6-4de9-a5c2-ba411521bc16",
    "recording_id": null,
    "artist": "The New Pornographers",
    "artist_ids": [
        "25b75a66-ce83-4db3-b136-395a3c3784c4"
    ],
    "album": "Mass Romantic",
    "release_id": "92648a5a-23d5-4ea4-8276-ef0d81aaf16b",
    "release_group_id": null,
    "labels": [
        "Mint Records"
    ],
    "label_ids": [
        "71587054-8671-48e3-ae91-fab5315fd06b"
    ],
    "release_date": "2000-10-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}